public class DeleteFullNatEntryRequest
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 |
fullNatEntryId
The ID of the FULLNAT entry that you want to delete.
|
String |
fullNatTableId
The ID of the FULLNAT table to which the FULLNAT entry to be deleted belongs.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The region ID of the VPC NAT gateway to which the FULLNAT entry to be deleted belongs.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
DeleteFullNatEntryRequest() |
限定符和类型 | 方法和说明 |
---|---|
static DeleteFullNatEntryRequest |
build(Map<String,?> map) |
String |
getClientToken() |
Boolean |
getDryRun() |
String |
getFullNatEntryId() |
String |
getFullNatTableId() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
DeleteFullNatEntryRequest |
setClientToken(String clientToken) |
DeleteFullNatEntryRequest |
setDryRun(Boolean dryRun) |
DeleteFullNatEntryRequest |
setFullNatEntryId(String fullNatEntryId) |
DeleteFullNatEntryRequest |
setFullNatTableId(String fullNatTableId) |
DeleteFullNatEntryRequest |
setOwnerAccount(String ownerAccount) |
DeleteFullNatEntryRequest |
setOwnerId(Long ownerId) |
DeleteFullNatEntryRequest |
setRegionId(String regionId) |
DeleteFullNatEntryRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
DeleteFullNatEntryRequest |
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:
false
@NameInMap(value="FullNatEntryId") public String fullNatEntryId
The ID of the FULLNAT entry that you want to delete.
This parameter is required.
example:fullnat-gw8fz23jezpbblf1j****
@NameInMap(value="FullNatTableId") public String fullNatTableId
The ID of the FULLNAT table to which the FULLNAT entry to be deleted belongs.
This parameter is required.
example:fulltb-gw88z7hhlv43rmb26****
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The region ID of the VPC NAT gateway to which the FULLNAT entry to be deleted belongs.
You can call the DescribeRegions operation to query the most recent list of regions.
This parameter is required.
example:eu-central-1
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
public static DeleteFullNatEntryRequest build(Map<String,?> map) throws Exception
Exception
public DeleteFullNatEntryRequest setClientToken(String clientToken)
public String getClientToken()
public DeleteFullNatEntryRequest setDryRun(Boolean dryRun)
public Boolean getDryRun()
public DeleteFullNatEntryRequest setFullNatEntryId(String fullNatEntryId)
public String getFullNatEntryId()
public DeleteFullNatEntryRequest setFullNatTableId(String fullNatTableId)
public String getFullNatTableId()
public DeleteFullNatEntryRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DeleteFullNatEntryRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DeleteFullNatEntryRequest setRegionId(String regionId)
public String getRegionId()
public DeleteFullNatEntryRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DeleteFullNatEntryRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.