Uses of Class
com.tencentcloudapi.tem.v20201221.models.HealthCheckConfig
-
Packages that use HealthCheckConfig Package Description com.tencentcloudapi.tem.v20201221.models -
-
Uses of HealthCheckConfig in com.tencentcloudapi.tem.v20201221.models
Methods in com.tencentcloudapi.tem.v20201221.models that return HealthCheckConfig Modifier and Type Method Description HealthCheckConfigDeployServiceV2Request. getLiveness()Get 存活探针配置HealthCheckConfigDeployServiceV2Request. getReadiness()Get 就绪探针配置Methods in com.tencentcloudapi.tem.v20201221.models with parameters of type HealthCheckConfig Modifier and Type Method Description voidDeployServiceV2Request. setLiveness(HealthCheckConfig Liveness)Set 存活探针配置voidDeployServiceV2Request. setReadiness(HealthCheckConfig Readiness)Set 就绪探针配置Constructors in com.tencentcloudapi.tem.v20201221.models with parameters of type HealthCheckConfig Constructor 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.
-