public class HealthCheckPolicy extends AbstractModel
header, skipSign
Constructor and Description |
---|
HealthCheckPolicy() |
HealthCheckPolicy(HealthCheckPolicy 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 |
getName()
Get Health check policy name
|
HealthCheckPolicyRule[] |
getRules()
Get List of health check policy rules
|
void |
setName(String Name)
Set Health check policy name
|
void |
setRules(HealthCheckPolicyRule[] Rules)
Set List of health check policy 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, toJsonString
public HealthCheckPolicy()
public HealthCheckPolicy(HealthCheckPolicy source)
public String getName()
public void setName(String Name)
Name
- Health check policy namepublic HealthCheckPolicyRule[] getRules()
public void setRules(HealthCheckPolicyRule[] Rules)
Rules
- List of health check policy rulesCopyright © 2025. All rights reserved.