Class AllocateIpv6AddressesBandwidthRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ecm.v20190719.models.AllocateIpv6AddressesBandwidthRequest
-
public class AllocateIpv6AddressesBandwidthRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEcmRegion()Get ECM 地域。StringgetInternetChargeType()Get 网络计费模式,当前支持 BANDWIDTH_PACKAGE。LonggetInternetMaxBandwidthOut()Get 带宽,单位Mbps,默认是1Mbps。String[]getIpv6Addresses()Get 需要开通公网访问能力的IPV6地址。voidsetEcmRegion(String EcmRegion)Set ECM 地域。voidsetInternetChargeType(String InternetChargeType)Set 网络计费模式,当前支持 BANDWIDTH_PACKAGE。voidsetInternetMaxBandwidthOut(Long InternetMaxBandwidthOut)Set 带宽,单位Mbps,默认是1Mbps。voidsetIpv6Addresses(String[] Ipv6Addresses)Set 需要开通公网访问能力的IPV6地址。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
AllocateIpv6AddressesBandwidthRequest
public AllocateIpv6AddressesBandwidthRequest()
-
AllocateIpv6AddressesBandwidthRequest
public 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.
-
-
Method Detail
-
getEcmRegion
public String getEcmRegion()
Get ECM 地域。- Returns:
- EcmRegion ECM 地域。
-
setEcmRegion
public void setEcmRegion(String EcmRegion)
Set ECM 地域。- Parameters:
EcmRegion- ECM 地域。
-
getIpv6Addresses
public String[] getIpv6Addresses()
Get 需要开通公网访问能力的IPV6地址。- Returns:
- Ipv6Addresses 需要开通公网访问能力的IPV6地址。
-
setIpv6Addresses
public void setIpv6Addresses(String[] Ipv6Addresses)
Set 需要开通公网访问能力的IPV6地址。- Parameters:
Ipv6Addresses- 需要开通公网访问能力的IPV6地址。
-
getInternetMaxBandwidthOut
public Long getInternetMaxBandwidthOut()
Get 带宽,单位Mbps,默认是1Mbps。- Returns:
- InternetMaxBandwidthOut 带宽,单位Mbps,默认是1Mbps。
-
setInternetMaxBandwidthOut
public void setInternetMaxBandwidthOut(Long InternetMaxBandwidthOut)
Set 带宽,单位Mbps,默认是1Mbps。- Parameters:
InternetMaxBandwidthOut- 带宽,单位Mbps,默认是1Mbps。
-
getInternetChargeType
public String getInternetChargeType()
Get 网络计费模式,当前支持 BANDWIDTH_PACKAGE。- Returns:
- InternetChargeType 网络计费模式,当前支持 BANDWIDTH_PACKAGE。
-
setInternetChargeType
public void setInternetChargeType(String InternetChargeType)
Set 网络计费模式,当前支持 BANDWIDTH_PACKAGE。- Parameters:
InternetChargeType- 网络计费模式,当前支持 BANDWIDTH_PACKAGE。
-
-