public class PoolInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
PoolInfo()  | 
PoolInfo(PoolInfo 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 | 
getAvailableAppCount()
Get Remaining available cluster resources 
 | 
Long | 
getIpv6Enable()
Get Whether IPv6 is supported 
 | 
Long | 
getPoolUid()
Get Unique ID 
 | 
ProxyMachineInfo[] | 
getProxyList()
Get The list of machines at the access layer (tcaproxy) 
 | 
ServerMachineInfo[] | 
getServerList()
Get The list of machines at the storage layer (tcapsvr) 
 | 
void | 
setAvailableAppCount(Long AvailableAppCount)
Set Remaining available cluster resources 
 | 
void | 
setIpv6Enable(Long Ipv6Enable)
Set Whether IPv6 is supported 
 | 
void | 
setPoolUid(Long PoolUid)
Set Unique ID 
 | 
void | 
setProxyList(ProxyMachineInfo[] ProxyList)
Set The list of machines at the access layer (tcaproxy) 
 | 
void | 
setServerList(ServerMachineInfo[] ServerList)
Set The list of machines at the storage layer (tcapsvr) 
 | 
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 PoolInfo()
public PoolInfo(PoolInfo source)
public Long getPoolUid()
public void setPoolUid(Long PoolUid)
PoolUid - Unique IDpublic Long getIpv6Enable()
public void setIpv6Enable(Long Ipv6Enable)
Ipv6Enable - Whether IPv6 is supportedpublic Long getAvailableAppCount()
public void setAvailableAppCount(Long AvailableAppCount)
AvailableAppCount - Remaining available cluster resourcespublic ServerMachineInfo[] getServerList()
public void setServerList(ServerMachineInfo[] ServerList)
ServerList - The list of machines at the storage layer (tcapsvr)public ProxyMachineInfo[] getProxyList()
public void setProxyList(ProxyMachineInfo[] ProxyList)
ProxyList - The list of machines at the access layer (tcaproxy)Copyright © 2025. All rights reserved.