public class ProxyNodeCustom extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ProxyNodeCustom() | 
| ProxyNodeCustom(ProxyNodeCustom 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 | getCpu()Get CPU核数 | 
| Long | getMem()Get 内存大小 | 
| Long | getNodeCount()Get 节点个数 | 
| String | getRegion()Get 地域 | 
| String | getZone()Get 可用区 | 
| void | setCpu(Long Cpu)Set CPU核数 | 
| void | setMem(Long Mem)Set 内存大小 | 
| void | setNodeCount(Long NodeCount)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, toJsonStringpublic ProxyNodeCustom()
public ProxyNodeCustom(ProxyNodeCustom source)
public Long getNodeCount()
public void setNodeCount(Long NodeCount)
NodeCount - 节点个数public Long getCpu()
public void setCpu(Long Cpu)
Cpu - CPU核数public Long getMem()
public void setMem(Long Mem)
Mem - 内存大小public String getRegion()
public void setRegion(String Region)
Region - 地域public String getZone()
public void setZone(String Zone)
Zone - 可用区Copyright © 2025. All rights reserved.