public class DeleteNatIpCidrRequest
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 perform only a dry run, without performing the actual request.
|
String |
natGatewayId
The ID of the NAT gateway to which the NAT CIDR block to be deleted belongs.
|
String |
natIpCidr
The NAT CIDR block to be deleted.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The region ID of the NAT gateway to which the NAT CIDR block to be deleted belongs.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
DeleteNatIpCidrRequest() |
限定符和类型 | 方法和说明 |
---|---|
static DeleteNatIpCidrRequest |
build(Map<String,?> map) |
String |
getClientToken() |
Boolean |
getDryRun() |
String |
getNatGatewayId() |
String |
getNatIpCidr() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
DeleteNatIpCidrRequest |
setClientToken(String clientToken) |
DeleteNatIpCidrRequest |
setDryRun(Boolean dryRun) |
DeleteNatIpCidrRequest |
setNatGatewayId(String natGatewayId) |
DeleteNatIpCidrRequest |
setNatIpCidr(String natIpCidr) |
DeleteNatIpCidrRequest |
setOwnerAccount(String ownerAccount) |
DeleteNatIpCidrRequest |
setOwnerId(Long ownerId) |
DeleteNatIpCidrRequest |
setRegionId(String regionId) |
DeleteNatIpCidrRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
DeleteNatIpCidrRequest |
setResourceOwnerId(Long resourceOwnerId) |
@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="DryRun") public Boolean dryRun
Specifies whether to perform only a dry run, without performing the actual request. Valid values:
DryRunOperation
error code is returned.false
@NameInMap(value="NatGatewayId") public String natGatewayId
The ID of the NAT gateway to which the NAT CIDR block to be deleted belongs.
This parameter is required.
example:ngw-gw8v16wgvtq26vh59****
@NameInMap(value="NatIpCidr") public String natIpCidr
The NAT CIDR block to be deleted.
This parameter is required.
example:172.16.0.0/24
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The region ID of the NAT gateway to which the NAT CIDR block to be deleted belongs.
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 DeleteNatIpCidrRequest build(Map<String,?> map) throws Exception
Exception
public DeleteNatIpCidrRequest setClientToken(String clientToken)
public String getClientToken()
public DeleteNatIpCidrRequest setDryRun(Boolean dryRun)
public Boolean getDryRun()
public DeleteNatIpCidrRequest setNatGatewayId(String natGatewayId)
public String getNatGatewayId()
public DeleteNatIpCidrRequest setNatIpCidr(String natIpCidr)
public String getNatIpCidr()
public DeleteNatIpCidrRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DeleteNatIpCidrRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DeleteNatIpCidrRequest setRegionId(String regionId)
public String getRegionId()
public DeleteNatIpCidrRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DeleteNatIpCidrRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.