public class RuleHealth extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
RuleHealth()  | 
RuleHealth(RuleHealth 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 | 
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 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 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic RuleHealth()
public RuleHealth(RuleHealth source)
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 status of the real server bound to this rule
Note: this field may return `null`, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.