public class HealthCheckSettings extends AbstractModel
skipSign
Constructor and Description |
---|
HealthCheckSettings() |
HealthCheckSettings(HealthCheckSettings 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 |
---|---|
HealthCheckSetting |
getLivenessProbe()
Get 存活健康检查
注意:此字段可能返回 null,表示取不到有效值。
|
HealthCheckSetting |
getReadinessProbe()
Get 就绪健康检查
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLivenessProbe(HealthCheckSetting LivenessProbe)
Set 存活健康检查
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setReadinessProbe(HealthCheckSetting ReadinessProbe)
Set 就绪健康检查
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public HealthCheckSettings()
public HealthCheckSettings(HealthCheckSettings source)
public HealthCheckSetting getLivenessProbe()
public void setLivenessProbe(HealthCheckSetting LivenessProbe)
LivenessProbe
- 存活健康检查
注意:此字段可能返回 null,表示取不到有效值。public HealthCheckSetting getReadinessProbe()
public void setReadinessProbe(HealthCheckSetting ReadinessProbe)
ReadinessProbe
- 就绪健康检查
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.