public class PoolInfo extends AbstractModel
Constructor and Description |
---|
PoolInfo() |
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
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 © 2021. All rights reserved.