public class DescribeCDBProxyResponse extends AbstractModel
| Constructor and Description | 
|---|
| DescribeCDBProxyResponse() | 
| DescribeCDBProxyResponse(DescribeCDBProxyResponse 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 | 
|---|---|
| Address | getAddress()Get Address information of the proxy group
Note: this field may return `null`, indicating that no valid value can be found. | 
| BaseGroupInfo | getBaseGroup()Get Basic information of the proxy group
Note: this field may return `null`, indicating that no valid value can be found. | 
| ConnectionPoolInfo | getConnectionPoolInfo()Get Connection pool information
Note: this field may return `null`, indicating that no valid value can be found. | 
| Long | getCount()Get Number of instances in the proxy group
Note: this field may return `null`, indicating that no valid value can be found. | 
| ProxyGroup[] | getProxyGroup()Get Proxy information
Note: this field may return `null`, indicating that no valid value can be found. | 
| ProxyNodeInfo | getProxyNode()Get Node information of the proxy group
Note: this field may return `null`, indicating that no valid value can be found. | 
| String | getRequestId()Get The unique request ID, which is returned for each request. | 
| RWInfo | getRWInstInfo()Get Read/Write separation information
Note: this field may return `null`, indicating that no valid value can be found. | 
| void | setAddress(Address Address)Set Address information of the proxy group
Note: this field may return `null`, indicating that no valid value can be found. | 
| void | setBaseGroup(BaseGroupInfo BaseGroup)Set Basic information of the proxy group
Note: this field may return `null`, indicating that no valid value can be found. | 
| void | setConnectionPoolInfo(ConnectionPoolInfo ConnectionPoolInfo)Set Connection pool information
Note: this field may return `null`, indicating that no valid value can be found. | 
| void | setCount(Long Count)Set Number of instances in the proxy group
Note: this field may return `null`, indicating that no valid value can be found. | 
| void | setProxyGroup(ProxyGroup[] ProxyGroup)Set Proxy information
Note: this field may return `null`, indicating that no valid value can be found. | 
| void | setProxyNode(ProxyNodeInfo ProxyNode)Set Node information of the proxy group
Note: this field may return `null`, indicating that no valid value can be found. | 
| void | setRequestId(String RequestId)Set The unique request ID, which is returned for each request. | 
| void | setRWInstInfo(RWInfo RWInstInfo)Set Read/Write separation information
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 DescribeCDBProxyResponse()
public DescribeCDBProxyResponse(DescribeCDBProxyResponse source)
public BaseGroupInfo getBaseGroup()
public void setBaseGroup(BaseGroupInfo BaseGroup)
BaseGroup - Basic information of the proxy group
Note: this field may return `null`, indicating that no valid value can be found.public Address getAddress()
public void setAddress(Address Address)
Address - Address information of the proxy group
Note: this field may return `null`, indicating that no valid value can be found.public ProxyNodeInfo getProxyNode()
public void setProxyNode(ProxyNodeInfo ProxyNode)
ProxyNode - Node information of the proxy group
Note: this field may return `null`, indicating that no valid value can be found.public RWInfo getRWInstInfo()
public void setRWInstInfo(RWInfo RWInstInfo)
RWInstInfo - Read/Write separation information
Note: this field may return `null`, indicating that no valid value can be found.public ConnectionPoolInfo getConnectionPoolInfo()
public void setConnectionPoolInfo(ConnectionPoolInfo ConnectionPoolInfo)
ConnectionPoolInfo - Connection pool information
Note: this field may return `null`, indicating that no valid value can be found.public Long getCount()
public void setCount(Long Count)
Count - Number of instances in the proxy group
Note: this field may return `null`, indicating that no valid value can be found.public ProxyGroup[] getProxyGroup()
public void setProxyGroup(ProxyGroup[] ProxyGroup)
ProxyGroup - Proxy information
Note: this field may return `null`, indicating that no valid value can be found.public String getRequestId()
public void setRequestId(String RequestId)
RequestId - The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2022. All rights reserved.