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 Proxy instance allocation 
 | 
String | 
getRegion()
Get Proxy node region 
 | 
String | 
getZone()
Get AZ of proxy node region 
 | 
void | 
setProxyInstance(ProxyInst[] ProxyInstance)
Set Proxy instance allocation 
 | 
void | 
setRegion(String Region)
Set Proxy node region 
 | 
void | 
setZone(String Zone)
Set AZ of proxy node region 
 | 
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, toJsonStringpublic ProxyAllocation()
public ProxyAllocation(ProxyAllocation source)
public String getRegion()
public void setRegion(String Region)
Region - Proxy node regionpublic String getZone()
public void setZone(String Zone)
Zone - AZ of proxy node regionpublic ProxyInst[] getProxyInstance()
public void setProxyInstance(ProxyInst[] ProxyInstance)
ProxyInstance - Proxy instance allocationCopyright © 2025. All rights reserved.