public class PublicIPAddressInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
PublicIPAddressInfo()  | 
PublicIPAddressInfo(PublicIPAddressInfo 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 | 
getChargeMode()
Get Billing mode. 
 | 
ISP | 
getISP()
Get Public IP ISP of the instance. 
 | 
Long | 
getMaxBandwidthIn()
Get Inbound bandwidth cap of the instance in Mbps. 
 | 
Long | 
getMaxBandwidthOut()
Get Outbound bandwidth cap of the instance in Mbps. 
 | 
String | 
getPublicIPAddress()
Get Public IP of the instance. 
 | 
void | 
setChargeMode(String ChargeMode)
Set Billing mode. 
 | 
void | 
setISP(ISP ISP)
Set Public IP ISP of the instance. 
 | 
void | 
setMaxBandwidthIn(Long MaxBandwidthIn)
Set Inbound bandwidth cap of the instance in Mbps. 
 | 
void | 
setMaxBandwidthOut(Long MaxBandwidthOut)
Set Outbound bandwidth cap of the instance in Mbps. 
 | 
void | 
setPublicIPAddress(String PublicIPAddress)
Set Public IP of the instance. 
 | 
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 PublicIPAddressInfo()
public PublicIPAddressInfo(PublicIPAddressInfo source)
public String getChargeMode()
public void setChargeMode(String ChargeMode)
ChargeMode - Billing mode.public String getPublicIPAddress()
public void setPublicIPAddress(String PublicIPAddress)
PublicIPAddress - Public IP of the instance.public ISP getISP()
public void setISP(ISP ISP)
ISP - Public IP ISP of the instance.public Long getMaxBandwidthOut()
public void setMaxBandwidthOut(Long MaxBandwidthOut)
MaxBandwidthOut - Outbound bandwidth cap of the instance in Mbps.public Long getMaxBandwidthIn()
public void setMaxBandwidthIn(Long MaxBandwidthIn)
MaxBandwidthIn - Inbound bandwidth cap of the instance in Mbps.Copyright © 2025. All rights reserved.