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 |
getInternetChargeType()
Get 网络计费类型。
|
Long |
getInternetMaxBandwidthOut()
Get 公网出带宽上限,单位:Mbps。
|
Boolean |
getPublicIpAssigned()
Get 是否分配公网 IP。
|
void |
setInternetChargeType(String InternetChargeType)
Set 网络计费类型。
|
void |
setInternetMaxBandwidthOut(Long InternetMaxBandwidthOut)
Set 公网出带宽上限,单位:Mbps。
|
void |
setPublicIpAssigned(Boolean PublicIpAssigned)
Set 是否分配公网 IP。
|
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, toJsonString
public InternetAccessible()
public InternetAccessible(InternetAccessible source)
public String getInternetChargeType()
public void setInternetChargeType(String InternetChargeType)
InternetChargeType
- 网络计费类型。public Long getInternetMaxBandwidthOut()
public void setInternetMaxBandwidthOut(Long InternetMaxBandwidthOut)
InternetMaxBandwidthOut
- 公网出带宽上限,单位:Mbps。public Boolean getPublicIpAssigned()
public void setPublicIpAssigned(Boolean PublicIpAssigned)
PublicIpAssigned
- 是否分配公网 IP。Copyright © 2021. All rights reserved.