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