| Package | Description | 
|---|---|
| com.tencentcloudapi.tem.v20210701.models | 
| Modifier and Type | Method and Description | 
|---|---|
| HealthCheckConfig | DeployApplicationRequest. getLiveness()Get Configuration of aliveness probe | 
| HealthCheckConfig | TemServiceVersionInfo. getLiveness()Get Configuration of aliveness probe
Note: This field may return `null`, indicating that no valid values can be obtained. | 
| HealthCheckConfig | DeployApplicationRequest. getReadiness()Get Configuration of readiness probe | 
| HealthCheckConfig | TemServiceVersionInfo. getReadiness()Get Configuration of readiness probe
Note: This field may return `null`, indicating that no valid values can be obtained. | 
| HealthCheckConfig | DeployApplicationRequest. getStartupProbe()Get Whether to enable probing | 
| HealthCheckConfig | TemServiceVersionInfo. getStartupProbe()Get Configuration of the startup probe
Note: This field may return `null`, indicating that no valid values can be obtained. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DeployApplicationRequest. setLiveness(HealthCheckConfig Liveness)Set Configuration of aliveness probe | 
| void | TemServiceVersionInfo. setLiveness(HealthCheckConfig Liveness)Set Configuration of aliveness probe
Note: This field may return `null`, indicating that no valid values can be obtained. | 
| void | DeployApplicationRequest. setReadiness(HealthCheckConfig Readiness)Set Configuration of readiness probe | 
| void | TemServiceVersionInfo. setReadiness(HealthCheckConfig Readiness)Set Configuration of readiness probe
Note: This field may return `null`, indicating that no valid values can be obtained. | 
| void | DeployApplicationRequest. setStartupProbe(HealthCheckConfig StartupProbe)Set Whether to enable probing | 
| void | TemServiceVersionInfo. setStartupProbe(HealthCheckConfig StartupProbe)Set Configuration of the startup probe
Note: This field may return `null`, indicating that no valid values can be obtained. | 
| 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 © 2025. All rights reserved.