Class PublicIPAddressInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ecm.v20190719.models.PublicIPAddressInfo
-
public class PublicIPAddressInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetChargeMode()Get 计费模式。ISPgetISP()Get 实例的公网ip所属的运营商。LonggetMaxBandwidthIn()Get 实例的最大入带宽上限,单位为Mbps。LonggetMaxBandwidthOut()Get 实例的最大出带宽上限,单位为Mbps。StringgetPublicIPAddress()Get 实例的公网ip。voidsetChargeMode(String ChargeMode)Set 计费模式。voidsetISP(ISP ISP)Set 实例的公网ip所属的运营商。voidsetMaxBandwidthIn(Long MaxBandwidthIn)Set 实例的最大入带宽上限,单位为Mbps。voidsetMaxBandwidthOut(Long MaxBandwidthOut)Set 实例的最大出带宽上限,单位为Mbps。voidsetPublicIPAddress(String PublicIPAddress)Set 实例的公网ip。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
PublicIPAddressInfo
public PublicIPAddressInfo()
-
PublicIPAddressInfo
public 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.
-
-
Method Detail
-
getChargeMode
public String getChargeMode()
Get 计费模式。- Returns:
- ChargeMode 计费模式。
-
setChargeMode
public void setChargeMode(String ChargeMode)
Set 计费模式。- Parameters:
ChargeMode- 计费模式。
-
getPublicIPAddress
public String getPublicIPAddress()
Get 实例的公网ip。- Returns:
- PublicIPAddress 实例的公网ip。
-
setPublicIPAddress
public void setPublicIPAddress(String PublicIPAddress)
Set 实例的公网ip。- Parameters:
PublicIPAddress- 实例的公网ip。
-
getISP
public ISP getISP()
Get 实例的公网ip所属的运营商。- Returns:
- ISP 实例的公网ip所属的运营商。
-
setISP
public void setISP(ISP ISP)
Set 实例的公网ip所属的运营商。- Parameters:
ISP- 实例的公网ip所属的运营商。
-
getMaxBandwidthOut
public Long getMaxBandwidthOut()
Get 实例的最大出带宽上限,单位为Mbps。- Returns:
- MaxBandwidthOut 实例的最大出带宽上限,单位为Mbps。
-
setMaxBandwidthOut
public void setMaxBandwidthOut(Long MaxBandwidthOut)
Set 实例的最大出带宽上限,单位为Mbps。- Parameters:
MaxBandwidthOut- 实例的最大出带宽上限,单位为Mbps。
-
getMaxBandwidthIn
public Long getMaxBandwidthIn()
Get 实例的最大入带宽上限,单位为Mbps。- Returns:
- MaxBandwidthIn 实例的最大入带宽上限,单位为Mbps。
-
setMaxBandwidthIn
public void setMaxBandwidthIn(Long MaxBandwidthIn)
Set 实例的最大入带宽上限,单位为Mbps。- Parameters:
MaxBandwidthIn- 实例的最大入带宽上限,单位为Mbps。
-
-