public class DeleteIPv6TranslatorEntryRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
clientToken
The client token that is used to ensure the idempotence of the request.
|
String |
ipv6TranslatorEntryId
The ID of the IPv6 mapping entry to be deleted.
|
String |
ipv6TranslatorId
The ID of the IPv6 Translation Service instance.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The region of the IPv6 Translation Service instance.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
DeleteIPv6TranslatorEntryRequest() |
限定符和类型 | 方法和说明 |
---|---|
static DeleteIPv6TranslatorEntryRequest |
build(Map<String,?> map) |
String |
getClientToken() |
String |
getIpv6TranslatorEntryId() |
String |
getIpv6TranslatorId() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
DeleteIPv6TranslatorEntryRequest |
setClientToken(String clientToken) |
DeleteIPv6TranslatorEntryRequest |
setIpv6TranslatorEntryId(String ipv6TranslatorEntryId) |
DeleteIPv6TranslatorEntryRequest |
setIpv6TranslatorId(String ipv6TranslatorId) |
DeleteIPv6TranslatorEntryRequest |
setOwnerAccount(String ownerAccount) |
DeleteIPv6TranslatorEntryRequest |
setOwnerId(Long ownerId) |
DeleteIPv6TranslatorEntryRequest |
setRegionId(String regionId) |
DeleteIPv6TranslatorEntryRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
DeleteIPv6TranslatorEntryRequest |
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 token can contain only ASCII characters.
example:123e4567-e89b-12d3-a456-426655440000
@NameInMap(value="Ipv6TranslatorEntryId") public String ipv6TranslatorEntryId
The ID of the IPv6 mapping entry to be deleted.
example:ipv6transentry-bp1g8bhrde****
@NameInMap(value="Ipv6TranslatorId") public String ipv6TranslatorId
The ID of the IPv6 Translation Service instance.
example:If you do not specify Ipv6TranslatorEntryId, all mapping entries in the specified instance are deleted.
ipv6trans-bp1858ys****
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The region of the IPv6 Translation Service instance. 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 DeleteIPv6TranslatorEntryRequest build(Map<String,?> map) throws Exception
Exception
public DeleteIPv6TranslatorEntryRequest setClientToken(String clientToken)
public String getClientToken()
public DeleteIPv6TranslatorEntryRequest setIpv6TranslatorEntryId(String ipv6TranslatorEntryId)
public String getIpv6TranslatorEntryId()
public DeleteIPv6TranslatorEntryRequest setIpv6TranslatorId(String ipv6TranslatorId)
public String getIpv6TranslatorId()
public DeleteIPv6TranslatorEntryRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DeleteIPv6TranslatorEntryRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DeleteIPv6TranslatorEntryRequest setRegionId(String regionId)
public String getRegionId()
public DeleteIPv6TranslatorEntryRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DeleteIPv6TranslatorEntryRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.