public class HealthCheckSettings extends AbstractModel
Constructor and Description |
---|
HealthCheckSettings() |
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, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public HealthCheckSetting getLivenessProbe()
public void setLivenessProbe(HealthCheckSetting LivenessProbe)
LivenessProbe
- 存活健康检查
注意:此字段可能返回 null,表示取不到有效值。public HealthCheckSetting getReadinessProbe()
public void setReadinessProbe(HealthCheckSetting ReadinessProbe)
ReadinessProbe
- 就绪健康检查
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2020. All rights reserved.