public class DeleteNatIpRequest
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 |
natIpId
The ID of the NAT IP address that you want to delete.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The region ID of the NAT gateway to which the NAT IP address that you want to delete belongs.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
DeleteNatIpRequest() |
限定符和类型 | 方法和说明 |
---|---|
static DeleteNatIpRequest |
build(Map<String,?> map) |
String |
getClientToken() |
Boolean |
getDryRun() |
String |
getNatIpId() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
DeleteNatIpRequest |
setClientToken(String clientToken) |
DeleteNatIpRequest |
setDryRun(Boolean dryRun) |
DeleteNatIpRequest |
setNatIpId(String natIpId) |
DeleteNatIpRequest |
setOwnerAccount(String ownerAccount) |
DeleteNatIpRequest |
setOwnerId(Long ownerId) |
DeleteNatIpRequest |
setRegionId(String regionId) |
DeleteNatIpRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
DeleteNatIpRequest |
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="NatIpId") public String natIpId
The ID of the NAT IP address that you want to delete.
This parameter is required.
example:vpcnatip-gw8y7q3cpk3fggs87****
@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 IP address that you want to delete belongs.
You can call the DescribeRegions operation to query the most recent region list.
This parameter is required.
example:cn-qingdao
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
public static DeleteNatIpRequest build(Map<String,?> map) throws Exception
Exception
public DeleteNatIpRequest setClientToken(String clientToken)
public String getClientToken()
public DeleteNatIpRequest setDryRun(Boolean dryRun)
public Boolean getDryRun()
public DeleteNatIpRequest setNatIpId(String natIpId)
public String getNatIpId()
public DeleteNatIpRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DeleteNatIpRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DeleteNatIpRequest setRegionId(String regionId)
public String getRegionId()
public DeleteNatIpRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DeleteNatIpRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.