public class AddressPool extends AbstractModel
header, skipSign
Constructor and Description |
---|
AddressPool() |
AddressPool(AddressPool 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 |
getAddressNum()
Get 地址数
|
Address[] |
getAddressSet()
Get 地址池地址信息
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getAddrType()
Get 地址池地址类型:IPV4、IPV6、DOMAIN
|
String |
getCreatedOn()
Get 创建时间
|
InstanceInfo[] |
getInstanceInfo()
Get 实例相关信息
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getMonitorGroupNum()
Get 探点数
|
Long |
getMonitorId()
Get 监控器id
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getMonitorTaskNum()
Get 探测任务数
|
Long |
getPoolId()
Get 地址池 id
|
String |
getPoolName()
Get 地址池名
|
String |
getStatus()
Get OK正常,DOWN故障,WARN风险,UNKNOWN未知
|
String |
getTrafficStrategy()
Get 流量策略: WEIGHT负载均衡,ALL解析全部
|
String |
getUpdatedOn()
Get 更新时间
|
void |
setAddressNum(Long AddressNum)
Set 地址数
|
void |
setAddressSet(Address[] AddressSet)
Set 地址池地址信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAddrType(String AddrType)
Set 地址池地址类型:IPV4、IPV6、DOMAIN
|
void |
setCreatedOn(String CreatedOn)
Set 创建时间
|
void |
setInstanceInfo(InstanceInfo[] InstanceInfo)
Set 实例相关信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMonitorGroupNum(Long MonitorGroupNum)
Set 探点数
|
void |
setMonitorId(Long MonitorId)
Set 监控器id
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMonitorTaskNum(Long MonitorTaskNum)
Set 探测任务数
|
void |
setPoolId(Long PoolId)
Set 地址池 id
|
void |
setPoolName(String PoolName)
Set 地址池名
|
void |
setStatus(String Status)
Set OK正常,DOWN故障,WARN风险,UNKNOWN未知
|
void |
setTrafficStrategy(String TrafficStrategy)
Set 流量策略: WEIGHT负载均衡,ALL解析全部
|
void |
setUpdatedOn(String UpdatedOn)
Set 更新时间
|
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, toJsonString
public AddressPool()
public AddressPool(AddressPool source)
public Long getPoolId()
public void setPoolId(Long PoolId)
PoolId
- 地址池 idpublic String getPoolName()
public void setPoolName(String PoolName)
PoolName
- 地址池名public String getAddrType()
public void setAddrType(String AddrType)
AddrType
- 地址池地址类型:IPV4、IPV6、DOMAINpublic String getTrafficStrategy()
public void setTrafficStrategy(String TrafficStrategy)
TrafficStrategy
- 流量策略: WEIGHT负载均衡,ALL解析全部public Long getMonitorId()
public void setMonitorId(Long MonitorId)
MonitorId
- 监控器id
注意:此字段可能返回 null,表示取不到有效值。public String getStatus()
public void setStatus(String Status)
Status
- OK正常,DOWN故障,WARN风险,UNKNOWN未知public Long getAddressNum()
public void setAddressNum(Long AddressNum)
AddressNum
- 地址数public Long getMonitorGroupNum()
public void setMonitorGroupNum(Long MonitorGroupNum)
MonitorGroupNum
- 探点数public Long getMonitorTaskNum()
public void setMonitorTaskNum(Long MonitorTaskNum)
MonitorTaskNum
- 探测任务数public InstanceInfo[] getInstanceInfo()
public void setInstanceInfo(InstanceInfo[] InstanceInfo)
InstanceInfo
- 实例相关信息
注意:此字段可能返回 null,表示取不到有效值。public Address[] getAddressSet()
public void setAddressSet(Address[] AddressSet)
AddressSet
- 地址池地址信息
注意:此字段可能返回 null,表示取不到有效值。public String getCreatedOn()
public void setCreatedOn(String CreatedOn)
CreatedOn
- 创建时间public String getUpdatedOn()
public void setUpdatedOn(String UpdatedOn)
UpdatedOn
- 更新时间Copyright © 2025. All rights reserved.