Package | Description |
---|---|
com.tencentcloudapi.tem.v20210701.models |
Modifier and Type | Method and Description |
---|---|
HealthCheckConfig |
DeployApplicationRequest.getLiveness()
Get 存活探针配置
|
HealthCheckConfig |
TemServiceVersionInfo.getLiveness()
Get 存活探针配置
注意:此字段可能返回 null,表示取不到有效值。
|
HealthCheckConfig |
DeployApplicationRequest.getReadiness()
Get 就绪探针配置
|
HealthCheckConfig |
TemServiceVersionInfo.getReadiness()
Get 就绪探针配置
注意:此字段可能返回 null,表示取不到有效值。
|
HealthCheckConfig |
DeployApplicationRequest.getStartupProbe()
Get 启动探针配置
|
HealthCheckConfig |
TemServiceVersionInfo.getStartupProbe()
Get 启动检测探针配置
注意:此字段可能返回 null,表示取不到有效值。
|
Modifier and Type | Method and Description |
---|---|
void |
DeployApplicationRequest.setLiveness(HealthCheckConfig Liveness)
Set 存活探针配置
|
void |
TemServiceVersionInfo.setLiveness(HealthCheckConfig Liveness)
Set 存活探针配置
注意:此字段可能返回 null,表示取不到有效值。
|
void |
DeployApplicationRequest.setReadiness(HealthCheckConfig Readiness)
Set 就绪探针配置
|
void |
TemServiceVersionInfo.setReadiness(HealthCheckConfig Readiness)
Set 就绪探针配置
注意:此字段可能返回 null,表示取不到有效值。
|
void |
DeployApplicationRequest.setStartupProbe(HealthCheckConfig StartupProbe)
Set 启动探针配置
|
void |
TemServiceVersionInfo.setStartupProbe(HealthCheckConfig StartupProbe)
Set 启动检测探针配置
注意:此字段可能返回 null,表示取不到有效值。
|
Constructor and Description |
---|
HealthCheckConfig(HealthCheckConfig 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.
|
Copyright © 2022. All rights reserved.