| Package | Description | 
|---|---|
| com.tencentcloudapi.tem.v20210701.models | 
| Modifier and Type | Method and Description | 
|---|---|
HealthCheckConfig | 
DeployApplicationRequest.getLiveness()
Get Configuration of aliveness probe 
 | 
HealthCheckConfig | 
DeployApplicationRequest.getReadiness()
Get Configuration of readiness probe 
 | 
HealthCheckConfig | 
DeployApplicationRequest.getStartupProbe()
Get Whether to enable probing 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DeployApplicationRequest.setLiveness(HealthCheckConfig Liveness)
Set Configuration of aliveness probe 
 | 
void | 
DeployApplicationRequest.setReadiness(HealthCheckConfig Readiness)
Set Configuration of readiness probe 
 | 
void | 
DeployApplicationRequest.setStartupProbe(HealthCheckConfig StartupProbe)
Set Whether to enable probing 
 | 
| 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.