public class ProxyNode extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
ProxyNode()  | 
ProxyNode(ProxyNode 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 | 
|---|---|
Long | 
getConnection()
Get Connections Note: This field may return null, indicating that no valid values can be obtained. 
 | 
Long | 
getCpu()
Get Number of CPU cores Note: This field may return null, indicating that no valid values can be obtained. 
 | 
Long | 
getMem()
Get Memory size Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getProxyId()
Get Proxy node ID Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getRegion()
Get Proxy node region Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getStatus()
Get Node status Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getZone()
Get Proxy node AZ Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setConnection(Long Connection)
Set Connections Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setCpu(Long Cpu)
Set Number of CPU cores Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setMem(Long Mem)
Set Memory size Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setProxyId(String ProxyId)
Set Proxy node ID Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setRegion(String Region)
Set Proxy node region Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setStatus(String Status)
Set Node status Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setZone(String Zone)
Set Proxy node AZ Note: This field may return null, indicating that no valid values can be obtained. 
 | 
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 ProxyNode()
public ProxyNode(ProxyNode source)
public String getProxyId()
public void setProxyId(String ProxyId)
ProxyId - Proxy node ID Note: This field may return null, indicating that no valid values can be obtained.public Long getCpu()
public void setCpu(Long Cpu)
Cpu - Number of CPU cores Note: This field may return null, indicating that no valid values can be obtained.public Long getMem()
public void setMem(Long Mem)
Mem - Memory size Note: This field may return null, indicating that no valid values can be obtained.public String getStatus()
public void setStatus(String Status)
Status - Node status Note: This field may return null, indicating that no valid values can be obtained.public String getZone()
public void setZone(String Zone)
Zone - Proxy node AZ Note: This field may return null, indicating that no valid values can be obtained.public String getRegion()
public void setRegion(String Region)
Region - Proxy node region Note: This field may return null, indicating that no valid values can be obtained.public Long getConnection()
public void setConnection(Long Connection)
Connection - Connections Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.