public class AllocateIp6AddressesBandwidthRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
AllocateIp6AddressesBandwidthRequest()  | 
AllocateIp6AddressesBandwidthRequest(AllocateIp6AddressesBandwidthRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getBandwidthPackageId()
Get Bandwidth package ID. 
 | 
String | 
getInternetChargeType()
Get Network billing mode. 
 | 
Long | 
getInternetMaxBandwidthOut()
Get Bandwidth, in Mbps. 
 | 
String[] | 
getIp6Addresses()
Get IPv6 addresses that require the public network access capability. 
 | 
Tag[] | 
getTags()
Get List of tags to be associated. 
 | 
void | 
setBandwidthPackageId(String BandwidthPackageId)
Set Bandwidth package ID. 
 | 
void | 
setInternetChargeType(String InternetChargeType)
Set Network billing mode. 
 | 
void | 
setInternetMaxBandwidthOut(Long InternetMaxBandwidthOut)
Set Bandwidth, in Mbps. 
 | 
void | 
setIp6Addresses(String[] Ip6Addresses)
Set IPv6 addresses that require the public network access capability. 
 | 
void | 
setTags(Tag[] Tags)
Set List of tags to be associated. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic AllocateIp6AddressesBandwidthRequest()
public AllocateIp6AddressesBandwidthRequest(AllocateIp6AddressesBandwidthRequest source)
public String[] getIp6Addresses()
public void setIp6Addresses(String[] Ip6Addresses)
Ip6Addresses - IPv6 addresses that require the public network access capability.public Long getInternetMaxBandwidthOut()
public void setInternetMaxBandwidthOut(Long InternetMaxBandwidthOut)
InternetMaxBandwidthOut - Bandwidth, in Mbps. The default value is 1 Mbps.public String getInternetChargeType()
public void setInternetChargeType(String InternetChargeType)
InternetChargeType - Network billing mode. IPv6 addresses currently support "TRAFFIC_POSTPAID_BY_HOUR" and "BANDWIDTH_PACKAGE". The default network billing mode is "TRAFFIC_POSTPAID_BY_HOUR".public String getBandwidthPackageId()
public void setBandwidthPackageId(String BandwidthPackageId)
BandwidthPackageId - Bandwidth package ID. This ID is required for standard accounts to add the IPv6 addresses to the bandwidth package, thus using the billing mode.public Tag[] getTags()
public void setTags(Tag[] Tags)
Tags - List of tags to be associated.Copyright © 2025. All rights reserved.