public class ModifyIpv6InternetBandwidthRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Long |
bandwidth
The Internet bandwidth value of the IPv6 address.
|
String |
clientToken
The client token that is used to ensure the idempotence of the request.
|
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 ID of the region where the IPv6 gateway is deployed.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
ModifyIpv6InternetBandwidthRequest() |
@NameInMap(value="Bandwidth") public Long bandwidth
The Internet bandwidth value of the IPv6 address. Unit: Mbit/s.
This parameter is required.
example:4
@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: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="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 ID of the region where the IPv6 gateway is deployed. 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 ModifyIpv6InternetBandwidthRequest build(Map<String,?> map) throws Exception
Exception
public ModifyIpv6InternetBandwidthRequest setBandwidth(Long bandwidth)
public Long getBandwidth()
public ModifyIpv6InternetBandwidthRequest setClientToken(String clientToken)
public String getClientToken()
public ModifyIpv6InternetBandwidthRequest setDryRun(Boolean dryRun)
public Boolean getDryRun()
public ModifyIpv6InternetBandwidthRequest setIpv6AddressId(String ipv6AddressId)
public String getIpv6AddressId()
public ModifyIpv6InternetBandwidthRequest setIpv6InternetBandwidthId(String ipv6InternetBandwidthId)
public String getIpv6InternetBandwidthId()
public ModifyIpv6InternetBandwidthRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public ModifyIpv6InternetBandwidthRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public ModifyIpv6InternetBandwidthRequest setRegionId(String regionId)
public String getRegionId()
public ModifyIpv6InternetBandwidthRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public ModifyIpv6InternetBandwidthRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.