public class ReleaseIpv6AddressRequest
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 |
ipv6AddressId
The ID of the IPv6 address.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The region ID.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
ReleaseIpv6AddressRequest() |
限定符和类型 | 方法和说明 |
---|---|
static ReleaseIpv6AddressRequest |
build(Map<String,?> map) |
String |
getClientToken() |
Boolean |
getDryRun() |
String |
getIpv6AddressId() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
ReleaseIpv6AddressRequest |
setClientToken(String clientToken) |
ReleaseIpv6AddressRequest |
setDryRun(Boolean dryRun) |
ReleaseIpv6AddressRequest |
setIpv6AddressId(String ipv6AddressId) |
ReleaseIpv6AddressRequest |
setOwnerAccount(String ownerAccount) |
ReleaseIpv6AddressRequest |
setOwnerId(Long ownerId) |
ReleaseIpv6AddressRequest |
setRegionId(String regionId) |
ReleaseIpv6AddressRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
ReleaseIpv6AddressRequest |
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 value, but you must ensure that it is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length.
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.
0c593ea1-3bea-11e9-b96b-88e9fe63****
@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="Ipv6AddressId") public String ipv6AddressId
The ID of the IPv6 address.
This parameter is required.
example:ipv6-2zen5j4axcp5l5qyy****
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The region ID.
This parameter is required.
example:cn-hangzhou
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
public static ReleaseIpv6AddressRequest build(Map<String,?> map) throws Exception
Exception
public ReleaseIpv6AddressRequest setClientToken(String clientToken)
public String getClientToken()
public ReleaseIpv6AddressRequest setDryRun(Boolean dryRun)
public Boolean getDryRun()
public ReleaseIpv6AddressRequest setIpv6AddressId(String ipv6AddressId)
public String getIpv6AddressId()
public ReleaseIpv6AddressRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public ReleaseIpv6AddressRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public ReleaseIpv6AddressRequest setRegionId(String regionId)
public String getRegionId()
public ReleaseIpv6AddressRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public ReleaseIpv6AddressRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.