Package | Description |
---|---|
com.tencentcloudapi.tem.v20201221.models |
Modifier and Type | Method and Description |
---|---|
HealthCheckConfig |
DeployServiceV2Request.getLiveness()
Get 存活探针配置
|
HealthCheckConfig |
DeployServiceV2Request.getReadiness()
Get 就绪探针配置
|
Modifier and Type | Method and Description |
---|---|
void |
DeployServiceV2Request.setLiveness(HealthCheckConfig Liveness)
Set 存活探针配置
|
void |
DeployServiceV2Request.setReadiness(HealthCheckConfig Readiness)
Set 就绪探针配置
|
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.