Class LoadBalancerInternetAccessible
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ecm.v20190719.models.LoadBalancerInternetAccessible
-
public class LoadBalancerInternetAccessible extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description LoadBalancerInternetAccessible()LoadBalancerInternetAccessible(LoadBalancerInternetAccessible 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 LonggetInternetMaxBandwidthOut()Get 最大出带宽,单位Mbps。默认值10voidsetInternetMaxBandwidthOut(Long InternetMaxBandwidthOut)Set 最大出带宽,单位Mbps。默认值10voidtoMap(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
-
LoadBalancerInternetAccessible
public LoadBalancerInternetAccessible()
-
LoadBalancerInternetAccessible
public LoadBalancerInternetAccessible(LoadBalancerInternetAccessible 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
-
getInternetMaxBandwidthOut
public Long getInternetMaxBandwidthOut()
Get 最大出带宽,单位Mbps。默认值10- Returns:
- InternetMaxBandwidthOut 最大出带宽,单位Mbps。默认值10
-
setInternetMaxBandwidthOut
public void setInternetMaxBandwidthOut(Long InternetMaxBandwidthOut)
Set 最大出带宽,单位Mbps。默认值10- Parameters:
InternetMaxBandwidthOut- 最大出带宽,单位Mbps。默认值10
-
-