public class ListNatIpCidrsRequest
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 this request.
|
String |
maxResults
The number of entries to return on each page.
|
String |
natGatewayId
The ID of the VPC NAT gateway that you want to query.
|
String |
natIpCidr
The CIDR block of the NAT gateway that you want to query.
|
List<String> |
natIpCidrName
The name of the CIDR block that you want to query.
|
List<String> |
natIpCidrs
The CIDR block of the NAT gateway that you want to query.
|
String |
natIpCidrStatus
The status of the CIDR block that you want to query.
|
String |
nextToken
The token that is used for the next query.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The region ID of the Virtual Private Cloud (VPC) NAT gateway that you want to query.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
ListNatIpCidrsRequest() |
@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 this request. Valid values:
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 VPC NAT gateway that you want to query.
This parameter is required.
example:ngw-gw8v16wgvtq26vh59****
@NameInMap(value="NatIpCidr") public String natIpCidr
The CIDR block of the NAT gateway that you want to query.
example:172.16.0.0/24
@NameInMap(value="NatIpCidrName") public List<String> natIpCidrName
The name of the CIDR block that you want to query. Valid values of N: 1 to 20.
example:test
@NameInMap(value="NatIpCidrStatus") public String natIpCidrStatus
The status of the CIDR block that you want to query. Set the value to Available.
example:Available
@NameInMap(value="NatIpCidrs") public List<String> natIpCidrs
The CIDR block of the NAT gateway that you want to query. Valid values of N: 1 to 20.
example:172.16.0.0/24
@NameInMap(value="NextToken") public String nextToken
The token that is used for the next query. Set the value as needed.
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 that you want to query.
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 ListNatIpCidrsRequest build(Map<String,?> map) throws Exception
Exception
public ListNatIpCidrsRequest setClientToken(String clientToken)
public String getClientToken()
public ListNatIpCidrsRequest setDryRun(Boolean dryRun)
public Boolean getDryRun()
public ListNatIpCidrsRequest setMaxResults(String maxResults)
public String getMaxResults()
public ListNatIpCidrsRequest setNatGatewayId(String natGatewayId)
public String getNatGatewayId()
public ListNatIpCidrsRequest setNatIpCidr(String natIpCidr)
public String getNatIpCidr()
public ListNatIpCidrsRequest setNatIpCidrName(List<String> natIpCidrName)
public ListNatIpCidrsRequest setNatIpCidrStatus(String natIpCidrStatus)
public String getNatIpCidrStatus()
public ListNatIpCidrsRequest setNatIpCidrs(List<String> natIpCidrs)
public ListNatIpCidrsRequest setNextToken(String nextToken)
public String getNextToken()
public ListNatIpCidrsRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public ListNatIpCidrsRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public ListNatIpCidrsRequest setRegionId(String regionId)
public String getRegionId()
public ListNatIpCidrsRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public ListNatIpCidrsRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.