public class ProxyGroupInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ProxyGroupInfo() | 
| ProxyGroupInfo(ProxyGroupInfo 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 | getConnectionPoolLimit()Get Connection pool threshold Note: This field may return null, indicating that no valid values can be obtained. | 
| ProxyAddress[] | getProxyAddress()Get Address information of the proxy group Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getProxyGroupId()Get Proxy group ID | 
| ProxyNode[] | getProxyNode()Get Node information of the proxy group Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getProxyVersion()Get Proxy version Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getStatus()Get Proxy status Note: This field may return null, indicating that no valid values can be obtained. | 
| Boolean | getSupportCreateProxyAddress()Get Whether to support address creation Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getSupportUpgradeProxyMysqlVersion()Get TencentDB versions supporting proxy versions upgrade Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getSupportUpgradeProxyVersion()Get Supported proxy upgrade version Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getTaskStatus()Get Proxy task status Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setConnectionPoolLimit(Long ConnectionPoolLimit)Set Connection pool threshold Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setProxyAddress(ProxyAddress[] ProxyAddress)Set Address information of the proxy group Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setProxyGroupId(String ProxyGroupId)Set Proxy group ID | 
| void | setProxyNode(ProxyNode[] ProxyNode)Set Node information of the proxy group Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setProxyVersion(String ProxyVersion)Set Proxy version Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setStatus(String Status)Set Proxy status Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setSupportCreateProxyAddress(Boolean SupportCreateProxyAddress)Set Whether to support address creation Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setSupportUpgradeProxyMysqlVersion(String SupportUpgradeProxyMysqlVersion)Set TencentDB versions supporting proxy versions upgrade Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setSupportUpgradeProxyVersion(String SupportUpgradeProxyVersion)Set Supported proxy upgrade version Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setTaskStatus(String TaskStatus)Set Proxy task status Note: This field may return null, indicating that no valid values can be obtained. | 
| 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 ProxyGroupInfo()
public ProxyGroupInfo(ProxyGroupInfo source)
public String getProxyGroupId()
public void setProxyGroupId(String ProxyGroupId)
ProxyGroupId - Proxy group IDpublic String getProxyVersion()
public void setProxyVersion(String ProxyVersion)
ProxyVersion - Proxy version Note: This field may return null, indicating that no valid values can be obtained.public String getSupportUpgradeProxyVersion()
public void setSupportUpgradeProxyVersion(String SupportUpgradeProxyVersion)
SupportUpgradeProxyVersion - Supported proxy upgrade version Note: This field may return null, indicating that no valid values can be obtained.public String getStatus()
public void setStatus(String Status)
Status - Proxy status Note: This field may return null, indicating that no valid values can be obtained.public String getTaskStatus()
public void setTaskStatus(String TaskStatus)
TaskStatus - Proxy task status Note: This field may return null, indicating that no valid values can be obtained.public ProxyNode[] getProxyNode()
public void setProxyNode(ProxyNode[] ProxyNode)
ProxyNode - Node information of the proxy group Note: This field may return null, indicating that no valid values can be obtained.public ProxyAddress[] getProxyAddress()
public void setProxyAddress(ProxyAddress[] ProxyAddress)
ProxyAddress - Address information of the proxy group Note: This field may return null, indicating that no valid values can be obtained.public Long getConnectionPoolLimit()
public void setConnectionPoolLimit(Long ConnectionPoolLimit)
ConnectionPoolLimit - Connection pool threshold Note: This field may return null, indicating that no valid values can be obtained.public Boolean getSupportCreateProxyAddress()
public void setSupportCreateProxyAddress(Boolean SupportCreateProxyAddress)
SupportCreateProxyAddress - Whether to support address creation Note: This field may return null, indicating that no valid values can be obtained.public String getSupportUpgradeProxyMysqlVersion()
public void setSupportUpgradeProxyMysqlVersion(String SupportUpgradeProxyMysqlVersion)
SupportUpgradeProxyMysqlVersion - TencentDB versions supporting proxy versions upgrade Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.