public class ListNatIpsRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
clientToken
The client token that is used to ensure the idempotence of the request.
|
Boolean |
dryRun
Specifies whether to only precheck the request.
|
String |
maxResults
The number of entries to return on each page.
|
String |
natGatewayId
The ID of the NAT gateway.
|
String |
natIpCidr
The CIDR block to which the IP address belongs.
|
List<String> |
natIpIds
The ID of the IP address.
|
List<String> |
natIpName
The name of the IP address.
|
String |
natIpStatus
The status of the IP address.
|
String |
nextToken
The token that is used for the next query.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The ID of the region where the NAT gateway is deployed.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
ListNatIpsRequest() |
@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 value, but you must make sure that it is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length.
example:If you do not set this parameter, the system automatically uses RequestId as ClientToken. RequestId may be different for each API request.
5A2CFF0E-5718-45B5-9D4D-70B3FF3898
@NameInMap(value="DryRun") public Boolean dryRun
Specifies whether to only precheck the request. Valid values:
DryRunOperation
error code is returned.false
@NameInMap(value="MaxResults") public String maxResults
The number of entries to return on each page. Valid values: 1 to 100. Default value: 20.
example:20
@NameInMap(value="NatGatewayId") public String natGatewayId
The ID of the NAT gateway.
This parameter is required.
example:ngw-gw8v16wgvtq26vh59****
@NameInMap(value="NatIpCidr") public String natIpCidr
The CIDR block to which the IP address belongs.
example:192.168.0.0/24
@NameInMap(value="NatIpIds") public List<String> natIpIds
The ID of the IP address. Valid values of N: 1 to 20.
example:vpcnatip-gw8a863sut1zijxh0****
@NameInMap(value="NatIpName") public List<String> natIpName
The name of the IP address. Valid values of N: 1 to 20.
example:test
@NameInMap(value="NatIpStatus") public String natIpStatus
The status of the IP address. Valid values:
Available
@NameInMap(value="NextToken") public String nextToken
The token that is used for the next query. Valid values:
FFmyTO70tTpLG6I3FmYAXGKPd****f84eb48b699f0a4883
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The ID of the region where the NAT gateway is deployed.
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 ListNatIpsRequest build(Map<String,?> map) throws Exception
Exception
public ListNatIpsRequest setClientToken(String clientToken)
public String getClientToken()
public ListNatIpsRequest setDryRun(Boolean dryRun)
public Boolean getDryRun()
public ListNatIpsRequest setMaxResults(String maxResults)
public String getMaxResults()
public ListNatIpsRequest setNatGatewayId(String natGatewayId)
public String getNatGatewayId()
public ListNatIpsRequest setNatIpCidr(String natIpCidr)
public String getNatIpCidr()
public ListNatIpsRequest setNatIpIds(List<String> natIpIds)
public ListNatIpsRequest setNatIpName(List<String> natIpName)
public ListNatIpsRequest setNatIpStatus(String natIpStatus)
public String getNatIpStatus()
public ListNatIpsRequest setNextToken(String nextToken)
public String getNextToken()
public ListNatIpsRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public ListNatIpsRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public ListNatIpsRequest setRegionId(String regionId)
public String getRegionId()
public ListNatIpsRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public ListNatIpsRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.