Class ProxyAllocation
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cdb.v20170320.models.ProxyAllocation
-
public class ProxyAllocation extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ProxyAllocation()ProxyAllocation(ProxyAllocation 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 ProxyInst[]getProxyInstance()Get 代理实例分布StringgetRegion()Get 代理节点所属地域StringgetZone()Get 代理节点所属可用区voidsetProxyInstance(ProxyInst[] ProxyInstance)Set 代理实例分布voidsetRegion(String Region)Set 代理节点所属地域voidsetZone(String Zone)Set 代理节点所属可用区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
-
ProxyAllocation
public ProxyAllocation()
-
ProxyAllocation
public ProxyAllocation(ProxyAllocation 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
-
getRegion
public String getRegion()
Get 代理节点所属地域- Returns:
- Region 代理节点所属地域
-
setRegion
public void setRegion(String Region)
Set 代理节点所属地域- Parameters:
Region- 代理节点所属地域
-
getZone
public String getZone()
Get 代理节点所属可用区- Returns:
- Zone 代理节点所属可用区
-
setZone
public void setZone(String Zone)
Set 代理节点所属可用区- Parameters:
Zone- 代理节点所属可用区
-
getProxyInstance
public ProxyInst[] getProxyInstance()
Get 代理实例分布- Returns:
- ProxyInstance 代理实例分布
-
setProxyInstance
public void setProxyInstance(ProxyInst[] ProxyInstance)
Set 代理实例分布- Parameters:
ProxyInstance- 代理实例分布
-
-