public class ListFullNatEntriesRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
clientToken
The client token that is used to ensure the idempotence of the request.
|
String |
fullNatEntryId
The ID of the FULLNAT entry that you want to query.
|
List<String> |
fullNatEntryNames
The name of the FULLNAT entry that you want to query.
|
String |
fullNatTableId
The ID of the FULLNAT table to which the FULLNAT entries to be queried belong.
|
String |
ipProtocol
The protocol of the packets that are forwarded by the port.
|
Long |
maxResults
The number of entries per page.
|
String |
natGatewayId
The ID of the NAT gateway.
|
String |
natIp
The NAT IP address that provides address translation in FULLNAT entries.
|
String |
natIpPort
The frontend port to be modified in the mapping of FULLNAT port.
|
List<String> |
networkInterfaceIds
The ID of the elastic network interface (ENI) that you want to query.
|
String |
nextToken
The pagination token that is used in the next request to retrieve a new page of results.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The region ID of the virtual private cloud (VPC) NAT gateway to which the FULLNAT entries to be queried belong.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
ListFullNatEntriesRequest() |
@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 client token can contain only ASCII characters.
example:If you do not specify this parameter, the system automatically uses the request ID as the client token. The request ID may be different for each request.
5A2CFF0E-5718-45B5-9D4D-70B3FF3898
@NameInMap(value="FullNatEntryId") public String fullNatEntryId
The ID of the FULLNAT entry that you want to query.
example:fullnat-gw8fz23jezpbblf1j****
@NameInMap(value="FullNatEntryNames") public List<String> fullNatEntryNames
The name of the FULLNAT entry that you want to query. You can specify at most 20 names.
The name must be 2 to 128 characters in length, and can contain letters, digits, underscores (_), and hyphens (-). The name must start with a letter.
@NameInMap(value="FullNatTableId") public String fullNatTableId
The ID of the FULLNAT table to which the FULLNAT entries to be queried belong.
example:You must specify at least one of FullNatTableId and NatGatewayId.
fulltb-gw88z7hhlv43rmb26****
@NameInMap(value="IpProtocol") public String ipProtocol
The protocol of the packets that are forwarded by the port. Valid values:
TCP
@NameInMap(value="MaxResults") public Long maxResults
The number of entries per page. Valid values: 1 to 100. Default value: 20.
example:20
@NameInMap(value="NatGatewayId") public String natGatewayId
The ID of the NAT gateway.
example:You must specify at least one of FullNatTableId and NatGatewayId.
ngw-bp1uewa15k4iy5770****
@NameInMap(value="NatIp") public String natIp
The NAT IP address that provides address translation in FULLNAT entries.
example:10.0.XX.XX
@NameInMap(value="NatIpPort") public String natIpPort
The frontend port to be modified in the mapping of FULLNAT port. Valid values: 1 to 65535.
example:443
@NameInMap(value="NetworkInterfaceIds") public List<String> networkInterfaceIds
The ID of the elastic network interface (ENI) that you want to query.
@NameInMap(value="NextToken") public String nextToken
The pagination token that is used in the next request to retrieve a new page of results. Valid values:
caeba0bbb2be03f84eb48b699f0a4883
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The region ID of the virtual private cloud (VPC) NAT gateway to which the FULLNAT entries to be queried belong.
You can call the DescribeRegions operation to query the most recent region list.
This parameter is required.
example:eu-central-1
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
public static ListFullNatEntriesRequest build(Map<String,?> map) throws Exception
Exception
public ListFullNatEntriesRequest setClientToken(String clientToken)
public String getClientToken()
public ListFullNatEntriesRequest setFullNatEntryId(String fullNatEntryId)
public String getFullNatEntryId()
public ListFullNatEntriesRequest setFullNatEntryNames(List<String> fullNatEntryNames)
public ListFullNatEntriesRequest setFullNatTableId(String fullNatTableId)
public String getFullNatTableId()
public ListFullNatEntriesRequest setIpProtocol(String ipProtocol)
public String getIpProtocol()
public ListFullNatEntriesRequest setMaxResults(Long maxResults)
public Long getMaxResults()
public ListFullNatEntriesRequest setNatGatewayId(String natGatewayId)
public String getNatGatewayId()
public ListFullNatEntriesRequest setNatIp(String natIp)
public String getNatIp()
public ListFullNatEntriesRequest setNatIpPort(String natIpPort)
public String getNatIpPort()
public ListFullNatEntriesRequest setNetworkInterfaceIds(List<String> networkInterfaceIds)
public ListFullNatEntriesRequest setNextToken(String nextToken)
public String getNextToken()
public ListFullNatEntriesRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public ListFullNatEntriesRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public ListFullNatEntriesRequest setRegionId(String regionId)
public String getRegionId()
public ListFullNatEntriesRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public ListFullNatEntriesRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.