public class DescribeIPv6TranslatorsRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
allocateIpv4Addr
The IPv4 address allocated to the IPv6 Translation Service instance.
|
String |
allocateIpv6Addr
The IPv6 address allocated to the IPv6 Translation Service instance.
|
String |
businessStatus
The business status of the IPv6 Translation Service instance.
|
String |
ipv6TranslatorId
The ID of the IPv6 Translation Service instance.
|
String |
name
The name of the IPv6 Translation Service instance.
|
String |
ownerAccount |
Long |
ownerId |
Integer |
pageNumber
The number of the page to return.
|
Integer |
pageSize
The number of entries to return on each page.
|
String |
payType
The billing method of the IPv6 Translation Service instance.
|
String |
regionId
The region of the IPv6 Translation Service instance.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
spec
The specification of the IPv6 Translation Service instance.
|
String |
status
The status of the IPv6 Translation Service instance.
|
构造器和说明 |
---|
DescribeIPv6TranslatorsRequest() |
@NameInMap(value="AllocateIpv4Addr") public String allocateIpv4Addr
The IPv4 address allocated to the IPv6 Translation Service instance.
example:47.99.XX.XX
@NameInMap(value="AllocateIpv6Addr") public String allocateIpv6Addr
The IPv6 address allocated to the IPv6 Translation Service instance.
example:2400:3200:1600::XXXX
@NameInMap(value="BusinessStatus") public String businessStatus
The business status of the IPv6 Translation Service instance. Valid values:
Normal
@NameInMap(value="Ipv6TranslatorId") public String ipv6TranslatorId
The ID of the IPv6 Translation Service instance.
example:ipv6trans-bp1858ys****
@NameInMap(value="Name") public String name
The name of the IPv6 Translation Service instance.
example:ipv6_1
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="PageNumber") public Integer pageNumber
The number of the page to return. Default value: 1.
example:1
@NameInMap(value="PageSize") public Integer pageSize
The number of entries to return on each page. Maximum value: 50. Default value: 10.
example:10
@NameInMap(value="PayType") public String payType
The billing method of the IPv6 Translation Service instance. Valid values:
Prepay
@NameInMap(value="RegionId") public String regionId
The region of the IPv6 Translation Service instance. You can call the DescribeRegions operation to query the most recent region list.
This parameter is required.
example:cn-hangzhou
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="Spec") public String spec
The specification of the IPv6 Translation Service instance. Set the value to small.
example:small
@NameInMap(value="Status") public String status
The status of the IPv6 Translation Service instance. Valid values:
active
public static DescribeIPv6TranslatorsRequest build(Map<String,?> map) throws Exception
Exception
public DescribeIPv6TranslatorsRequest setAllocateIpv4Addr(String allocateIpv4Addr)
public String getAllocateIpv4Addr()
public DescribeIPv6TranslatorsRequest setAllocateIpv6Addr(String allocateIpv6Addr)
public String getAllocateIpv6Addr()
public DescribeIPv6TranslatorsRequest setBusinessStatus(String businessStatus)
public String getBusinessStatus()
public DescribeIPv6TranslatorsRequest setIpv6TranslatorId(String ipv6TranslatorId)
public String getIpv6TranslatorId()
public DescribeIPv6TranslatorsRequest setName(String name)
public String getName()
public DescribeIPv6TranslatorsRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DescribeIPv6TranslatorsRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DescribeIPv6TranslatorsRequest setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public DescribeIPv6TranslatorsRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public DescribeIPv6TranslatorsRequest setPayType(String payType)
public String getPayType()
public DescribeIPv6TranslatorsRequest setRegionId(String regionId)
public String getRegionId()
public DescribeIPv6TranslatorsRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DescribeIPv6TranslatorsRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public DescribeIPv6TranslatorsRequest setSpec(String spec)
public String getSpec()
public DescribeIPv6TranslatorsRequest setStatus(String status)
public String getStatus()
Copyright © 2024. All rights reserved.