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 |
getInternetChargeType()
Get Network billing mode.
|
Long |
getInternetMaxBandwidthOut()
Get Public network outbound bandwidth cap in Mbps.
|
Boolean |
getPublicIpAssigned()
Get Whether to assign a public IP.
|
void |
setInternetChargeType(String InternetChargeType)
Set Network billing mode.
|
void |
setInternetMaxBandwidthOut(Long InternetMaxBandwidthOut)
Set Public network outbound bandwidth cap 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 billing mode. Valid values:
public Long getInternetMaxBandwidthOut()
public void setInternetMaxBandwidthOut(Long InternetMaxBandwidthOut)
InternetMaxBandwidthOut
- Public network outbound bandwidth cap in Mbps.public Boolean getPublicIpAssigned()
public void setPublicIpAssigned(Boolean PublicIpAssigned)
PublicIpAssigned
- Whether to assign a public IP.Copyright © 2024. All rights reserved.