public class InternetAccessible extends AbstractModel
header, skipSign| 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 (single-line) and BGP (multi-line).Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getInternetChargeType()Get TRAFFIC_POSTPAID_BY_HOUR: Postpaid by traffic on an hourly basis. | 
| Long | getInternetMaxBandwidthOut()Get Maximum outbound bandwidth, in Mbps. | 
| void | setBandwidthpkgSubType(String BandwidthpkgSubType)Set Bandwidth package type, such as SINGLEISP (single-line) and BGP (multi-line).Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setInternetChargeType(String InternetChargeType)Set TRAFFIC_POSTPAID_BY_HOUR: Postpaid by traffic on an hourly basis. | 
| void | setInternetMaxBandwidthOut(Long InternetMaxBandwidthOut)Set Maximum outbound bandwidth, in Mbps. | 
| 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 InternetAccessible()
public InternetAccessible(InternetAccessible source)
public String getInternetChargeType()
public void setInternetChargeType(String InternetChargeType)
InternetChargeType - TRAFFIC_POSTPAID_BY_HOUR: Postpaid by traffic on an hourly basis. BANDWIDTH_POSTPAID_BY_HOUR: Postpaid by bandwidth on an hourly basis. International site users do not support this billing mode. BANDWIDTH_PACKAGE: Charged by bandwidth package. BANDWIDTH_PREPAID: Bandwidth prepaid.public Long getInternetMaxBandwidthOut()
public void setInternetMaxBandwidthOut(Long InternetMaxBandwidthOut)
InternetMaxBandwidthOut - Maximum outbound bandwidth, in Mbps. This parameter is valid only for public network shared, LCU-supported, and exclusive CLB instances and private network LCU-supported CLB instances.
- The range of the maximum outbound bandwidth for public network shared and exclusive CLB instances is 1 Mbps to 2,048 Mbps.
- The range of the maximum outbound bandwidth for public network and private network LCU-supported CLB instances is 1 Mbps to 61,440 Mbps.
(If this parameter is not specified when CreateLoadBalancer is called to create a CLB instance, the default value of 10 Mbps is used. This value can be modified.)public String getBandwidthpkgSubType()
public void setBandwidthpkgSubType(String BandwidthpkgSubType)
BandwidthpkgSubType - Bandwidth package type, such as SINGLEISP (single-line) and BGP (multi-line).Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.