public class RuleHealth extends AbstractModel
Constructor and Description |
---|
RuleHealth() |
Modifier and Type | Method and Description |
---|---|
String |
getDomain()
Get Domain name of the forwarding rule
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getLocationId()
Get Forwarding rule ID
|
TargetHealth[] |
getTargets()
Get Health check status of the real server bound to this rule
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getUrl()
Get Forwarding rule Url
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setDomain(String Domain)
Set Domain name of the forwarding rule
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setLocationId(String LocationId)
Set Forwarding rule ID
|
void |
setTargets(TargetHealth[] Targets)
Set Health check status of the real server bound to this rule
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setUrl(String Url)
Set Forwarding rule Url
Note: This field may return null, indicating that no valid values can be obtained.
|
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 String getLocationId()
public void setLocationId(String LocationId)
LocationId
- Forwarding rule IDpublic String getDomain()
public void setDomain(String Domain)
Domain
- Domain name of the forwarding rule
Note: This field may return null, indicating that no valid values can be obtained.public String getUrl()
public void setUrl(String Url)
Url
- Forwarding rule Url
Note: This field may return null, indicating that no valid values can be obtained.public TargetHealth[] getTargets()
public void setTargets(TargetHealth[] Targets)
Targets
- Health check status of the real server bound to this rule
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2020. All rights reserved.