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 |
getBandwidthPackageId()
Get Bandwidth package ID.
|
String |
getInternetChargeType()
Get Network connection billing plan.
|
Long |
getInternetMaxBandwidthOut()
Get The maximum outbound bandwidth of the public network, in Mbps.
|
Boolean |
getPublicIpAssigned()
Get Whether to assign a public IP.
|
void |
setBandwidthPackageId(String BandwidthPackageId)
Set Bandwidth package ID.
|
void |
setInternetChargeType(String InternetChargeType)
Set Network connection billing plan.
|
void |
setInternetMaxBandwidthOut(Long InternetMaxBandwidthOut)
Set The maximum outbound bandwidth of the public network, in Mbps.
|
void |
setPublicIpAssigned(Boolean PublicIpAssigned)
Set Whether to assign a public IP.
|
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
- Network connection billing plan. Valid value: public Long getInternetMaxBandwidthOut()
public void setInternetMaxBandwidthOut(Long InternetMaxBandwidthOut)
InternetMaxBandwidthOut
- The maximum outbound bandwidth of the public network, in Mbps. The default value is 0 Mbps. The upper limit of bandwidth varies for different models. For more information, see [Purchase Network Bandwidth](https://intl.cloud.tencent.com/document/product/213/12523?from_cn_redirect=1).public Boolean getPublicIpAssigned()
public void setPublicIpAssigned(Boolean PublicIpAssigned)
PublicIpAssigned
- Whether to assign a public IP. Valid values: public String getBandwidthPackageId()
public void setBandwidthPackageId(String BandwidthPackageId)
BandwidthPackageId
- Bandwidth package ID. To obatin the IDs, you can call [`DescribeBandwidthPackages`](https://intl.cloud.tencent.com/document/api/215/19209?from_cn_redirect=1) and look for the `BandwidthPackageId` fields in the response.Copyright © 2024. All rights reserved.