public class PoolInfo extends AbstractModel
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 剩余可用app
|
Long |
getIpv6Enable()
Get 是否支持ipv6
|
Long |
getPoolUid()
Get 唯一id
|
ProxyMachineInfo[] |
getProxyList()
Get proxy机器列表
|
ServerMachineInfo[] |
getServerList()
Get svr机器列表
|
void |
setAvailableAppCount(Long AvailableAppCount)
Set 剩余可用app
|
void |
setIpv6Enable(Long Ipv6Enable)
Set 是否支持ipv6
|
void |
setPoolUid(Long PoolUid)
Set 唯一id
|
void |
setProxyList(ProxyMachineInfo[] ProxyList)
Set proxy机器列表
|
void |
setServerList(ServerMachineInfo[] ServerList)
Set svr机器列表
|
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 PoolInfo()
public PoolInfo(PoolInfo source)
public Long getPoolUid()
public void setPoolUid(Long PoolUid)
PoolUid
- 唯一idpublic Long getIpv6Enable()
public void setIpv6Enable(Long Ipv6Enable)
Ipv6Enable
- 是否支持ipv6public Long getAvailableAppCount()
public void setAvailableAppCount(Long AvailableAppCount)
AvailableAppCount
- 剩余可用apppublic ServerMachineInfo[] getServerList()
public void setServerList(ServerMachineInfo[] ServerList)
ServerList
- svr机器列表public ProxyMachineInfo[] getProxyList()
public void setProxyList(ProxyMachineInfo[] ProxyList)
ProxyList
- proxy机器列表Copyright © 2021. All rights reserved.