public class DescribeIPv6TranslatorEntriesRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
aclId
The ID of the network ACL.
|
String |
aclStatus
Specifies whether to enable access control lists (ACLs).
|
String |
aclType
The ACL type.
|
String |
allocateIpv6Addr
The IPv6 address allocated to the IPv6 Translation Service instance.
|
Integer |
allocateIpv6Port
The port used by the IPv6 address allocated to the IPv6 Translation Service instance.
|
String |
backendIpv4Addr
The public IPv4 address that needs to provide IPv6 services.
|
Integer |
backendIpv4Port
The port used by the public IPv4 address that needs to provide IPv6 services.
|
String |
clientToken
The client token that is used to ensure the idempotence of the request.
|
String |
entryName
The name of the IPv6 mapping entry.
|
String |
ipv6TranslatorEntryId
The ID of the IPv6 mapping entry.
|
String |
ipv6TranslatorId
The ID 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 |
regionId
The region of the IPv6 Translation Service instance.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
transProtocol
The protocol used by the data to be forwarded.
|
构造器和说明 |
---|
DescribeIPv6TranslatorEntriesRequest() |
@NameInMap(value="AclId") public String aclId
The ID of the network ACL.
example:ipv6transacl-bp1de2****
@NameInMap(value="AclStatus") public String aclStatus
Specifies whether to enable access control lists (ACLs). Valid values:
off
@NameInMap(value="AclType") public String aclType
The ACL type. Valid values:
white
@NameInMap(value="AllocateIpv6Addr") public String allocateIpv6Addr
The IPv6 address allocated to the IPv6 Translation Service instance.
example:2400:3200:1600::XX
@NameInMap(value="AllocateIpv6Port") public Integer allocateIpv6Port
The port used by the IPv6 address allocated to the IPv6 Translation Service instance.
example:80
@NameInMap(value="BackendIpv4Addr") public String backendIpv4Addr
The public IPv4 address that needs to provide IPv6 services.
example:47.99.XX.XX
@NameInMap(value="BackendIpv4Port") public Integer backendIpv4Port
The port used by the public IPv4 address that needs to provide IPv6 services.
example:80
@NameInMap(value="ClientToken") public String clientToken
The client token that is used to ensure the idempotence of the request.
You can use the client to generate the token, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters.
example:123e4567-e89b-12d3-a456-426655440000
@NameInMap(value="EntryName") public String entryName
The name of the IPv6 mapping entry.
example:entryname
@NameInMap(value="Ipv6TranslatorEntryId") public String ipv6TranslatorEntryId
The ID of the IPv6 mapping entry.
example:If Ipv6TranslatorId and Ipv6TranslatorEntryId are empty, information about all IPv6 mapping entries is returned. If only Ipv6TranslatorEntryId is empty, information about the IPv6 mapping entries of the current IPv6 Translation Service instance is returned.
ipv6transentry-bp1g8bhrde****
@NameInMap(value="Ipv6TranslatorId") public String ipv6TranslatorId
The ID of the IPv6 Translation Service instance.
example:ipv6trans-bp1858ysxx****
@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="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="TransProtocol") public String transProtocol
The protocol used by the data to be forwarded.
example:tcp
public static DescribeIPv6TranslatorEntriesRequest build(Map<String,?> map) throws Exception
Exception
public DescribeIPv6TranslatorEntriesRequest setAclId(String aclId)
public String getAclId()
public DescribeIPv6TranslatorEntriesRequest setAclStatus(String aclStatus)
public String getAclStatus()
public DescribeIPv6TranslatorEntriesRequest setAclType(String aclType)
public String getAclType()
public DescribeIPv6TranslatorEntriesRequest setAllocateIpv6Addr(String allocateIpv6Addr)
public String getAllocateIpv6Addr()
public DescribeIPv6TranslatorEntriesRequest setAllocateIpv6Port(Integer allocateIpv6Port)
public Integer getAllocateIpv6Port()
public DescribeIPv6TranslatorEntriesRequest setBackendIpv4Addr(String backendIpv4Addr)
public String getBackendIpv4Addr()
public DescribeIPv6TranslatorEntriesRequest setBackendIpv4Port(Integer backendIpv4Port)
public Integer getBackendIpv4Port()
public DescribeIPv6TranslatorEntriesRequest setClientToken(String clientToken)
public String getClientToken()
public DescribeIPv6TranslatorEntriesRequest setEntryName(String entryName)
public String getEntryName()
public DescribeIPv6TranslatorEntriesRequest setIpv6TranslatorEntryId(String ipv6TranslatorEntryId)
public String getIpv6TranslatorEntryId()
public DescribeIPv6TranslatorEntriesRequest setIpv6TranslatorId(String ipv6TranslatorId)
public String getIpv6TranslatorId()
public DescribeIPv6TranslatorEntriesRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DescribeIPv6TranslatorEntriesRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DescribeIPv6TranslatorEntriesRequest setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public DescribeIPv6TranslatorEntriesRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public DescribeIPv6TranslatorEntriesRequest setRegionId(String regionId)
public String getRegionId()
public DescribeIPv6TranslatorEntriesRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DescribeIPv6TranslatorEntriesRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public DescribeIPv6TranslatorEntriesRequest setTransProtocol(String transProtocol)
public String getTransProtocol()
Copyright © 2024. All rights reserved.