public class PublicIPAddressInfo extends AbstractModel
Constructor and Description |
---|
PublicIPAddressInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getChargeMode()
Get 计费模式。
|
ISP |
getISP()
Get 实例的公网ip所属的运营商。
|
Long |
getMaxBandwidthOut()
Get 实例的最大出带宽上限。
|
String |
getPublicIPAddress()
Get 实例的公网ip。
|
void |
setChargeMode(String ChargeMode)
Set 计费模式。
|
void |
setISP(ISP ISP)
Set 实例的公网ip所属的运营商。
|
void |
setMaxBandwidthOut(Long MaxBandwidthOut)
Set 实例的最大出带宽上限。
|
void |
setPublicIPAddress(String PublicIPAddress)
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 String getChargeMode()
public void setChargeMode(String ChargeMode)
ChargeMode
- 计费模式。public String getPublicIPAddress()
public void setPublicIPAddress(String PublicIPAddress)
PublicIPAddress
- 实例的公网ip。public ISP getISP()
public void setISP(ISP ISP)
ISP
- 实例的公网ip所属的运营商。public Long getMaxBandwidthOut()
public void setMaxBandwidthOut(Long MaxBandwidthOut)
MaxBandwidthOut
- 实例的最大出带宽上限。Copyright © 2020. All rights reserved.