public class ProxyAllocation extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
ProxyInst[] |
getProxyInstance()
Get 代理实例分布
|
String |
getRegion()
Get 代理节点所属地域
|
String |
getZone()
Get 代理节点所属可用区
|
void |
setProxyInstance(ProxyInst[] ProxyInstance)
Set 代理实例分布
|
void |
setRegion(String Region)
Set 代理节点所属地域
|
void |
setZone(String Zone)
Set 代理节点所属可用区
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ProxyAllocation()
public ProxyAllocation(ProxyAllocation source)
public String getRegion()
public void setRegion(String Region)
Region
- 代理节点所属地域public String getZone()
public void setZone(String Zone)
Zone
- 代理节点所属可用区public ProxyInst[] getProxyInstance()
public void setProxyInstance(ProxyInst[] ProxyInstance)
ProxyInstance
- 代理实例分布Copyright © 2024. All rights reserved.