public class InternetAccessible extends AbstractModel
| Constructor and Description | 
|---|
| InternetAccessible() | 
| InternetAccessible(InternetAccessible 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 | getBandwidthpkgSubType()Get Bandwidth package type, such as SINGLEISP
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getInternetChargeType()Get TRAFFIC_POSTPAID_BY_HOUR: hourly pay-as-you-go by traffic; BANDWIDTH_POSTPAID_BY_HOUR: hourly pay-as-you-go by bandwidth;
BANDWIDTH_PACKAGE: billed by bandwidth package (currently, this method is supported only if the ISP is specified) | 
| Long | getInternetMaxBandwidthOut()Get Maximum outbound bandwidth in Mbps, which applies only to public network CLB. | 
| void | setBandwidthpkgSubType(String BandwidthpkgSubType)Set Bandwidth package type, such as SINGLEISP
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setInternetChargeType(String InternetChargeType)Set TRAFFIC_POSTPAID_BY_HOUR: hourly pay-as-you-go by traffic; BANDWIDTH_POSTPAID_BY_HOUR: hourly pay-as-you-go by bandwidth;
BANDWIDTH_PACKAGE: billed by bandwidth package (currently, this method is supported only if the ISP is specified) | 
| void | setInternetMaxBandwidthOut(Long InternetMaxBandwidthOut)Set Maximum outbound bandwidth in Mbps, which applies only to public network CLB. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic InternetAccessible()
public InternetAccessible(InternetAccessible source)
public String getInternetChargeType()
public void setInternetChargeType(String InternetChargeType)
InternetChargeType - TRAFFIC_POSTPAID_BY_HOUR: hourly pay-as-you-go by traffic; BANDWIDTH_POSTPAID_BY_HOUR: hourly pay-as-you-go by bandwidth;
BANDWIDTH_PACKAGE: billed by bandwidth package (currently, this method is supported only if the ISP is specified)public Long getInternetMaxBandwidthOut()
public void setInternetMaxBandwidthOut(Long InternetMaxBandwidthOut)
InternetMaxBandwidthOut - Maximum outbound bandwidth in Mbps, which applies only to public network CLB. Value range: 0-65,535. Default value: 10.public String getBandwidthpkgSubType()
public void setBandwidthpkgSubType(String BandwidthpkgSubType)
BandwidthpkgSubType - Bandwidth package type, such as SINGLEISP
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2021. All rights reserved.