Package | Description |
---|---|
com.tencentcloudapi.tem.v20201221.models |
Modifier and Type | Method and Description |
---|---|
HealthCheckConfig |
DeployServiceV2Request.getLiveness()
Get Configuration of aliveness probe
|
HealthCheckConfig |
DeployServiceV2Request.getReadiness()
Get Configuration of readiness probe
|
Modifier and Type | Method and Description |
---|---|
void |
DeployServiceV2Request.setLiveness(HealthCheckConfig Liveness)
Set Configuration of aliveness probe
|
void |
DeployServiceV2Request.setReadiness(HealthCheckConfig Readiness)
Set Configuration of readiness probe
|
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.