public class TargetGroupInstanceStatus extends AbstractModel
header, skipSign
Constructor and Description |
---|
TargetGroupInstanceStatus() |
TargetGroupInstanceStatus(TargetGroupInstanceStatus 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 |
---|---|
String |
getInstanceIp()
Get IP of backend RS
|
String |
getStatus()
Get Health check status, with parameter values and meanings as follows:● on: indicates being under detection.● off: indicates that the health check is disabled.● health: indicates being healthy.● unhealth: indicates being abnormal.
|
void |
setInstanceIp(String InstanceIp)
Set IP of backend RS
|
void |
setStatus(String Status)
Set Health check status, with parameter values and meanings as follows:● on: indicates being under detection.● off: indicates that the health check is disabled.● health: indicates being healthy.● unhealth: indicates being abnormal.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public TargetGroupInstanceStatus()
public TargetGroupInstanceStatus(TargetGroupInstanceStatus source)
public String getInstanceIp()
public void setInstanceIp(String InstanceIp)
InstanceIp
- IP of backend RSpublic String getStatus()
public void setStatus(String Status)
Status
- Health check status, with parameter values and meanings as follows:● on: indicates being under detection.● off: indicates that the health check is disabled.● health: indicates being healthy.● unhealth: indicates being abnormal.Copyright © 2024. All rights reserved.