public class ProxyNodeInfo extends AbstractModel
| Constructor and Description | 
|---|
| ProxyNodeInfo() | 
| ProxyNodeInfo(ProxyNodeInfo 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 | getProxyNodeConnections()Get Current number of connections to the node
Note: this field may return `null`, indicating that no valid value can be found. | 
| Long | getProxyNodeCpu()Get CPU
Note: this field may return `null`, indicating that no valid value can be found. | 
| String | getProxyNodeId()Get Proxy node ID
Note: this field may return `null`, indicating that no valid value can be found. | 
| Long | getProxyNodeMem()Get Memory
Note: this field may return `null`, indicating that no valid value can be found. | 
| String | getProxyStatus()Get Node status:
init (applying)
online (active)
offline (inactive)
destroy (destroyed)
recovering (recovering from fault)
error (failed)
Note: this field may return `null`, indicating that no valid value can be found. | 
| void | setProxyNodeConnections(Long ProxyNodeConnections)Set Current number of connections to the node
Note: this field may return `null`, indicating that no valid value can be found. | 
| void | setProxyNodeCpu(Long ProxyNodeCpu)Set CPU
Note: this field may return `null`, indicating that no valid value can be found. | 
| void | setProxyNodeId(String ProxyNodeId)Set Proxy node ID
Note: this field may return `null`, indicating that no valid value can be found. | 
| void | setProxyNodeMem(Long ProxyNodeMem)Set Memory
Note: this field may return `null`, indicating that no valid value can be found. | 
| void | setProxyStatus(String ProxyStatus)Set Node status:
init (applying)
online (active)
offline (inactive)
destroy (destroyed)
recovering (recovering from fault)
error (failed)
Note: this field may return `null`, indicating that no valid value can be found. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic ProxyNodeInfo()
public ProxyNodeInfo(ProxyNodeInfo source)
public String getProxyNodeId()
public void setProxyNodeId(String ProxyNodeId)
ProxyNodeId - Proxy node ID
Note: this field may return `null`, indicating that no valid value can be found.public Long getProxyNodeConnections()
public void setProxyNodeConnections(Long ProxyNodeConnections)
ProxyNodeConnections - Current number of connections to the node
Note: this field may return `null`, indicating that no valid value can be found.public Long getProxyNodeCpu()
public void setProxyNodeCpu(Long ProxyNodeCpu)
ProxyNodeCpu - CPU
Note: this field may return `null`, indicating that no valid value can be found.public Long getProxyNodeMem()
public void setProxyNodeMem(Long ProxyNodeMem)
ProxyNodeMem - Memory
Note: this field may return `null`, indicating that no valid value can be found.public String getProxyStatus()
public void setProxyStatus(String ProxyStatus)
ProxyStatus - Node status:
init (applying)
online (active)
offline (inactive)
destroy (destroyed)
recovering (recovering from fault)
error (failed)
Note: this field may return `null`, indicating that no valid value can be found.Copyright © 2023. All rights reserved.