public class ProxyNodeInfo extends AbstractModel
header, skipSign
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 |
getAppId()
Get User AppID
|
String |
getClusterId()
Get Cluster ID
|
Long |
getCpu()
Get CPU of the database proxy node
|
Long |
getMem()
Get Memory of the database proxy node
|
String |
getProxyGroupId()
Get Database proxy group ID
|
Long |
getProxyNodeConnections()
Get Current node connections, which is not returned by the `DescribeProxyNodes` API.
|
String |
getProxyNodeId()
Get Database proxy node ID
|
String |
getRegion()
Get Region
|
String |
getStatus()
Get Status of the database proxy node
|
String |
getZone()
Get AZ
|
void |
setAppId(Long AppId)
Set User AppID
|
void |
setClusterId(String ClusterId)
Set Cluster ID
|
void |
setCpu(Long Cpu)
Set CPU of the database proxy node
|
void |
setMem(Long Mem)
Set Memory of the database proxy node
|
void |
setProxyGroupId(String ProxyGroupId)
Set Database proxy group ID
|
void |
setProxyNodeConnections(Long ProxyNodeConnections)
Set Current node connections, which is not returned by the `DescribeProxyNodes` API.
|
void |
setProxyNodeId(String ProxyNodeId)
Set Database proxy node ID
|
void |
setRegion(String Region)
Set Region
|
void |
setStatus(String Status)
Set Status of the database proxy node
|
void |
setZone(String Zone)
Set AZ
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ProxyNodeInfo()
public ProxyNodeInfo(ProxyNodeInfo source)
public String getProxyNodeId()
public void setProxyNodeId(String ProxyNodeId)
ProxyNodeId
- Database proxy node IDpublic Long getProxyNodeConnections()
public void setProxyNodeConnections(Long ProxyNodeConnections)
ProxyNodeConnections
- Current node connections, which is not returned by the `DescribeProxyNodes` API.public Long getCpu()
public void setCpu(Long Cpu)
Cpu
- CPU of the database proxy nodepublic Long getMem()
public void setMem(Long Mem)
Mem
- Memory of the database proxy nodepublic String getStatus()
public void setStatus(String Status)
Status
- Status of the database proxy nodepublic String getProxyGroupId()
public void setProxyGroupId(String ProxyGroupId)
ProxyGroupId
- Database proxy group IDpublic String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- Cluster IDpublic Long getAppId()
public void setAppId(Long AppId)
AppId
- User AppIDpublic String getRegion()
public void setRegion(String Region)
Region
- Regionpublic String getZone()
public void setZone(String Zone)
Zone
- AZCopyright © 2024. All rights reserved.