public class AllocateIpv6AddressesBandwidthRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AllocateIpv6AddressesBandwidthRequest() | 
| AllocateIpv6AddressesBandwidthRequest(AllocateIpv6AddressesBandwidthRequest 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 | getEcmRegion()Get ECM 地域。 | 
| String | getInternetChargeType()Get 网络计费模式,当前支持 BANDWIDTH_PACKAGE。 | 
| Long | getInternetMaxBandwidthOut()Get 带宽,单位Mbps,默认是1Mbps。 | 
| String[] | getIpv6Addresses()Get 需要开通公网访问能力的IPV6地址。 | 
| void | setEcmRegion(String EcmRegion)Set ECM 地域。 | 
| void | setInternetChargeType(String InternetChargeType)Set 网络计费模式,当前支持 BANDWIDTH_PACKAGE。 | 
| void | setInternetMaxBandwidthOut(Long InternetMaxBandwidthOut)Set 带宽,单位Mbps,默认是1Mbps。 | 
| void | setIpv6Addresses(String[] Ipv6Addresses)Set 需要开通公网访问能力的IPV6地址。 | 
| 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 AllocateIpv6AddressesBandwidthRequest()
public AllocateIpv6AddressesBandwidthRequest(AllocateIpv6AddressesBandwidthRequest source)
public String getEcmRegion()
public void setEcmRegion(String EcmRegion)
EcmRegion - ECM 地域。public String[] getIpv6Addresses()
public void setIpv6Addresses(String[] Ipv6Addresses)
Ipv6Addresses - 需要开通公网访问能力的IPV6地址。public Long getInternetMaxBandwidthOut()
public void setInternetMaxBandwidthOut(Long InternetMaxBandwidthOut)
InternetMaxBandwidthOut - 带宽,单位Mbps,默认是1Mbps。public String getInternetChargeType()
public void setInternetChargeType(String InternetChargeType)
InternetChargeType - 网络计费模式,当前支持 BANDWIDTH_PACKAGE。Copyright © 2025. All rights reserved.