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
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 outgoing bandwidth in Mbps.
|
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 outgoing 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, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public 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 outgoing bandwidth in Mbps. It works on LCU-supported instances on private networks and all instances on public networks.
- For shared and dedicated CLB instances on public networks, the range is 1Mbps-2048Mbps.
- For all LCU-supported CLB instances:
- It defaults to General LCU-supported instance. SLA corresponds to Super Large 1, and the range of maximum outgoing bandwidth is 1 Mbps - 10240 Mbps.
- If you have enabled Super Large specification, the range of maximum outgoing bandwidth is 1 Mbps - 61440 Mbps Super Large LCU-supported specification is in beta now. To join the beta, [submit a ticket](https://console.cloud.tencent.com/workorder/category).
Note: This field may return null, indicating that no valid values can be obtained.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 © 2024. All rights reserved.