Class AccessConfiguration
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.gaap.v20180529.models.AccessConfiguration
-
public class AccessConfiguration extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description AccessConfiguration()AccessConfiguration(AccessConfiguration 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 StringgetAccessRegion()Get 加速地域。LonggetBandwidth()Get 通道带宽上限,单位:Mbps。LonggetConcurrent()Get 通道并发量上限,表示同时在线的连接数,单位:万。StringgetNetworkType()Get 网络类型,可取值:normal、cn2,默认值为normalvoidsetAccessRegion(String AccessRegion)Set 加速地域。voidsetBandwidth(Long Bandwidth)Set 通道带宽上限,单位:Mbps。voidsetConcurrent(Long Concurrent)Set 通道并发量上限,表示同时在线的连接数,单位:万。voidsetNetworkType(String NetworkType)Set 网络类型,可取值:normal、cn2,默认值为normalvoidtoMap(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
-
AccessConfiguration
public AccessConfiguration()
-
AccessConfiguration
public AccessConfiguration(AccessConfiguration 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
-
getAccessRegion
public String getAccessRegion()
Get 加速地域。- Returns:
- AccessRegion 加速地域。
-
setAccessRegion
public void setAccessRegion(String AccessRegion)
Set 加速地域。- Parameters:
AccessRegion- 加速地域。
-
getBandwidth
public Long getBandwidth()
Get 通道带宽上限,单位:Mbps。- Returns:
- Bandwidth 通道带宽上限,单位:Mbps。
-
setBandwidth
public void setBandwidth(Long Bandwidth)
Set 通道带宽上限,单位:Mbps。- Parameters:
Bandwidth- 通道带宽上限,单位:Mbps。
-
getConcurrent
public Long getConcurrent()
Get 通道并发量上限,表示同时在线的连接数,单位:万。- Returns:
- Concurrent 通道并发量上限,表示同时在线的连接数,单位:万。
-
setConcurrent
public void setConcurrent(Long Concurrent)
Set 通道并发量上限,表示同时在线的连接数,单位:万。- Parameters:
Concurrent- 通道并发量上限,表示同时在线的连接数,单位:万。
-
getNetworkType
public String getNetworkType()
Get 网络类型,可取值:normal、cn2,默认值为normal- Returns:
- NetworkType 网络类型,可取值:normal、cn2,默认值为normal
-
setNetworkType
public void setNetworkType(String NetworkType)
Set 网络类型,可取值:normal、cn2,默认值为normal- Parameters:
NetworkType- 网络类型,可取值:normal、cn2,默认值为normal
-
-