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 用户AppID
|
String |
getClusterId()
Get 集群ID
|
Long |
getCpu()
Get 数据库代理节点cpu
|
Long |
getMem()
Get 数据库代理节点内存
|
String |
getOssProxyNodeName()
Get 数据库代理节点名字
|
String |
getProxyGroupId()
Get 数据库代理组ID
|
Long |
getProxyNodeConnections()
Get 节点当前连接数, DescribeProxyNodes接口此字段值不返回
|
String |
getProxyNodeId()
Get 数据库代理节点ID
|
String |
getRegion()
Get 地域
|
String |
getStatus()
Get 数据库代理节点状态
|
String |
getZone()
Get 可用区
|
void |
setAppId(Long AppId)
Set 用户AppID
|
void |
setClusterId(String ClusterId)
Set 集群ID
|
void |
setCpu(Long Cpu)
Set 数据库代理节点cpu
|
void |
setMem(Long Mem)
Set 数据库代理节点内存
|
void |
setOssProxyNodeName(String OssProxyNodeName)
Set 数据库代理节点名字
|
void |
setProxyGroupId(String ProxyGroupId)
Set 数据库代理组ID
|
void |
setProxyNodeConnections(Long ProxyNodeConnections)
Set 节点当前连接数, DescribeProxyNodes接口此字段值不返回
|
void |
setProxyNodeId(String ProxyNodeId)
Set 数据库代理节点ID
|
void |
setRegion(String Region)
Set 地域
|
void |
setStatus(String Status)
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, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ProxyNodeInfo()
public ProxyNodeInfo(ProxyNodeInfo source)
public String getProxyNodeId()
public void setProxyNodeId(String ProxyNodeId)
ProxyNodeId
- 数据库代理节点IDpublic Long getProxyNodeConnections()
public void setProxyNodeConnections(Long ProxyNodeConnections)
ProxyNodeConnections
- 节点当前连接数, DescribeProxyNodes接口此字段值不返回public Long getCpu()
public void setCpu(Long Cpu)
Cpu
- 数据库代理节点cpupublic Long getMem()
public void setMem(Long Mem)
Mem
- 数据库代理节点内存public String getStatus()
public void setStatus(String Status)
Status
- 数据库代理节点状态public String getProxyGroupId()
public void setProxyGroupId(String ProxyGroupId)
ProxyGroupId
- 数据库代理组IDpublic String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 集群IDpublic Long getAppId()
public void setAppId(Long AppId)
AppId
- 用户AppIDpublic String getRegion()
public void setRegion(String Region)
Region
- 地域public String getZone()
public void setZone(String Zone)
Zone
- 可用区public String getOssProxyNodeName()
public void setOssProxyNodeName(String OssProxyNodeName)
OssProxyNodeName
- 数据库代理节点名字Copyright © 2024. All rights reserved.