public class AllocateIpv6InternetBandwidthRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Integer |
bandwidth
The Internet bandwidth of the IPv6 gateway.
|
String |
clientToken
The client token that is used to ensure the idempotence of the request.
|
Boolean |
dryRun |
String |
internetChargeType
The metering method of the Internet bandwidth for the IPv6 address.
|
String |
ipv6AddressId
The ID of the IPv6 address.
|
String |
ipv6GatewayId
The ID of the IPv6 gateway.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The ID of the region where the IPv6 gateway is deployed.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
AllocateIpv6InternetBandwidthRequest() |
@NameInMap(value="Bandwidth") public Integer bandwidth
The Internet bandwidth of the IPv6 gateway. Unit: Mbit/s. Valid values: 1 to 5000.
This parameter is required.
example:2
@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="InternetChargeType") public String internetChargeType
The metering method of the Internet bandwidth for the IPv6 address. Valid values:
PayByBandwidth
@NameInMap(value="Ipv6AddressId") public String ipv6AddressId
The ID of the IPv6 address.
This parameter is required.
example:ipv6-2zen5j4axcp5l5qyy****
@NameInMap(value="Ipv6GatewayId") public String ipv6GatewayId
The ID of the IPv6 gateway.
This parameter is required.
example:ipv6gw-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 AllocateIpv6InternetBandwidthRequest build(Map<String,?> map) throws Exception
Exception
public AllocateIpv6InternetBandwidthRequest setBandwidth(Integer bandwidth)
public Integer getBandwidth()
public AllocateIpv6InternetBandwidthRequest setClientToken(String clientToken)
public String getClientToken()
public AllocateIpv6InternetBandwidthRequest setDryRun(Boolean dryRun)
public Boolean getDryRun()
public AllocateIpv6InternetBandwidthRequest setInternetChargeType(String internetChargeType)
public String getInternetChargeType()
public AllocateIpv6InternetBandwidthRequest setIpv6AddressId(String ipv6AddressId)
public String getIpv6AddressId()
public AllocateIpv6InternetBandwidthRequest setIpv6GatewayId(String ipv6GatewayId)
public String getIpv6GatewayId()
public AllocateIpv6InternetBandwidthRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public AllocateIpv6InternetBandwidthRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public AllocateIpv6InternetBandwidthRequest setRegionId(String regionId)
public String getRegionId()
public AllocateIpv6InternetBandwidthRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public AllocateIpv6InternetBandwidthRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.