public class DeleteIpv6InternetBandwidthRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
clientToken |
Boolean |
dryRun |
String |
ipv6AddressId
The ID of the IPv6 address.
|
String |
ipv6InternetBandwidthId
The instance ID of the Internet bandwidth of the IPv6 address.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The region ID of the IPv6 gateway.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
DeleteIpv6InternetBandwidthRequest() |
限定符和类型 | 方法和说明 |
---|---|
static DeleteIpv6InternetBandwidthRequest |
build(Map<String,?> map) |
String |
getClientToken() |
Boolean |
getDryRun() |
String |
getIpv6AddressId() |
String |
getIpv6InternetBandwidthId() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
DeleteIpv6InternetBandwidthRequest |
setClientToken(String clientToken) |
DeleteIpv6InternetBandwidthRequest |
setDryRun(Boolean dryRun) |
DeleteIpv6InternetBandwidthRequest |
setIpv6AddressId(String ipv6AddressId) |
DeleteIpv6InternetBandwidthRequest |
setIpv6InternetBandwidthId(String ipv6InternetBandwidthId) |
DeleteIpv6InternetBandwidthRequest |
setOwnerAccount(String ownerAccount) |
DeleteIpv6InternetBandwidthRequest |
setOwnerId(Long ownerId) |
DeleteIpv6InternetBandwidthRequest |
setRegionId(String regionId) |
DeleteIpv6InternetBandwidthRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
DeleteIpv6InternetBandwidthRequest |
setResourceOwnerId(Long resourceOwnerId) |
@NameInMap(value="ClientToken") public String clientToken
@NameInMap(value="DryRun") public Boolean dryRun
@NameInMap(value="Ipv6AddressId") public String ipv6AddressId
The ID of the IPv6 address.
example:You must specify one of Ipv6AddressId and Ipv6InternetBandwidthId.
ipv6-2zen5j4axcp5l5qyy****
@NameInMap(value="Ipv6InternetBandwidthId") public String ipv6InternetBandwidthId
The instance ID of the Internet bandwidth of the IPv6 address.
example:ipv6bw-uf6hcyzu65v98v3du****
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The region ID of the IPv6 gateway.
You can call the DescribeRegions operation to query the most recent region list.
This parameter is required.
example:cn-huhehaote
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
public static DeleteIpv6InternetBandwidthRequest build(Map<String,?> map) throws Exception
Exception
public DeleteIpv6InternetBandwidthRequest setClientToken(String clientToken)
public String getClientToken()
public DeleteIpv6InternetBandwidthRequest setDryRun(Boolean dryRun)
public Boolean getDryRun()
public DeleteIpv6InternetBandwidthRequest setIpv6AddressId(String ipv6AddressId)
public String getIpv6AddressId()
public DeleteIpv6InternetBandwidthRequest setIpv6InternetBandwidthId(String ipv6InternetBandwidthId)
public String getIpv6InternetBandwidthId()
public DeleteIpv6InternetBandwidthRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DeleteIpv6InternetBandwidthRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DeleteIpv6InternetBandwidthRequest setRegionId(String regionId)
public String getRegionId()
public DeleteIpv6InternetBandwidthRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DeleteIpv6InternetBandwidthRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.