public class DeleteForwardEntryRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
clientToken
The client token that is used to ensure the idempotence of the request.
|
String |
forwardEntryId
The ID of the DNAT entry to be deleted.
|
String |
forwardTableId
The ID of the DNAT table to which the DNAT entry belongs.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The region ID of the NAT gateway.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
DeleteForwardEntryRequest() |
限定符和类型 | 方法和说明 |
---|---|
static DeleteForwardEntryRequest |
build(Map<String,?> map) |
String |
getClientToken() |
String |
getForwardEntryId() |
String |
getForwardTableId() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
DeleteForwardEntryRequest |
setClientToken(String clientToken) |
DeleteForwardEntryRequest |
setForwardEntryId(String forwardEntryId) |
DeleteForwardEntryRequest |
setForwardTableId(String forwardTableId) |
DeleteForwardEntryRequest |
setOwnerAccount(String ownerAccount) |
DeleteForwardEntryRequest |
setOwnerId(Long ownerId) |
DeleteForwardEntryRequest |
setRegionId(String regionId) |
DeleteForwardEntryRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
DeleteForwardEntryRequest |
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.
123e4567-e89b-12d3-a456-426655440000
@NameInMap(value="ForwardEntryId") public String forwardEntryId
The ID of the DNAT entry to be deleted.
This parameter is required.
example:fwd-8vbn3bc8roygjp0gy****
@NameInMap(value="ForwardTableId") public String forwardTableId
The ID of the DNAT table to which the DNAT entry belongs.
This parameter is required.
example:ftb-8vbx8xu2lqj9qb334****
@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.
You can call the DescribeRegions operation to query the most recent region list.
This parameter is required.
example:cn-hangzhou
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
public static DeleteForwardEntryRequest build(Map<String,?> map) throws Exception
Exception
public DeleteForwardEntryRequest setClientToken(String clientToken)
public String getClientToken()
public DeleteForwardEntryRequest setForwardEntryId(String forwardEntryId)
public String getForwardEntryId()
public DeleteForwardEntryRequest setForwardTableId(String forwardTableId)
public String getForwardTableId()
public DeleteForwardEntryRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DeleteForwardEntryRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DeleteForwardEntryRequest setRegionId(String regionId)
public String getRegionId()
public DeleteForwardEntryRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DeleteForwardEntryRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.