public class L7ListenerInfoBackend extends AbstractModel
| 构造器和说明 |
|---|
L7ListenerInfoBackend() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAlias()
Get 黑石物理机的别名。
|
Integer |
getBindType()
Get 绑定类别(0代表黑石物理机,1代表虚拟机IP)。
|
String |
getInstanceId()
Get 黑石物理机的主机ID。
|
String |
getLanIp()
Get 主机IP。
|
Integer |
getPort()
Get 主机端口。
|
String |
getStatus()
Get 当前绑定关系的健康检查状态(Dead代表不健康,Alive代表健康)。
|
Integer |
getWeight()
Get 权重。
|
void |
setAlias(String Alias)
Set 黑石物理机的别名。
|
void |
setBindType(Integer BindType)
Set 绑定类别(0代表黑石物理机,1代表虚拟机IP)。
|
void |
setInstanceId(String InstanceId)
Set 黑石物理机的主机ID。
|
void |
setLanIp(String LanIp)
Set 主机IP。
|
void |
setPort(Integer Port)
Set 主机端口。
|
void |
setStatus(String Status)
Set 当前绑定关系的健康检查状态(Dead代表不健康,Alive代表健康)。
|
void |
setWeight(Integer Weight)
Set 权重。
|
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, toJsonStringpublic Integer getBindType()
public void setBindType(Integer BindType)
BindType - 绑定类别(0代表黑石物理机,1代表虚拟机IP)。public Integer getPort()
public void setPort(Integer Port)
Port - 主机端口。public Integer getWeight()
public void setWeight(Integer Weight)
Weight - 权重。public String getStatus()
public void setStatus(String Status)
Status - 当前绑定关系的健康检查状态(Dead代表不健康,Alive代表健康)。public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - 黑石物理机的主机ID。public String getAlias()
public void setAlias(String Alias)
Alias - 黑石物理机的别名。public String getLanIp()
public void setLanIp(String LanIp)
LanIp - 主机IP。Copyright © 2020. All rights reserved.