public class HealthCheckPolicyRule extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| HealthCheckPolicyRule() | 
| HealthCheckPolicyRule(HealthCheckPolicyRule 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 | 
|---|---|
| Boolean | getAutoRepairEnabled()Get Whether to enable repair | 
| Boolean | getEnabled()Get Whether to check this item | 
| String | getName()Get Health check rules | 
| void | setAutoRepairEnabled(Boolean AutoRepairEnabled)Set Whether to enable repair | 
| void | setEnabled(Boolean Enabled)Set Whether to check this item | 
| void | setName(String Name)Set Health check rules | 
| 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 HealthCheckPolicyRule()
public HealthCheckPolicyRule(HealthCheckPolicyRule source)
public String getName()
public void setName(String Name)
Name - Health check rulespublic Boolean getEnabled()
public void setEnabled(Boolean Enabled)
Enabled - Whether to check this itempublic Boolean getAutoRepairEnabled()
public void setAutoRepairEnabled(Boolean AutoRepairEnabled)
AutoRepairEnabled - Whether to enable repairCopyright © 2025. All rights reserved.