| Package | Description | 
|---|---|
| com.tencentcloudapi.apigateway.v20180808.models | 
| Modifier and Type | Method and Description | 
|---|---|
HealthCheckConf | 
CreateApiRequest.getServiceTsfHealthCheckConf()
Get Health check configuration of microservice. 
 | 
HealthCheckConf | 
ModifyApiRequest.getServiceTsfHealthCheckConf()
Get Health check configuration of microservice. 
 | 
HealthCheckConf | 
ApiInfo.getServiceTsfHealthCheckConf()
Get Health check configuration of microservice. 
 | 
HealthCheckConf | 
CreateApiRequest.getTargetServicesHealthCheckConf()
Get `target` health check configuration (in beta test). 
 | 
HealthCheckConf | 
ModifyApiRequest.getTargetServicesHealthCheckConf()
Get `target` health check configuration (in beta test). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
CreateApiRequest.setServiceTsfHealthCheckConf(HealthCheckConf ServiceTsfHealthCheckConf)
Set Health check configuration of microservice. 
 | 
void | 
ModifyApiRequest.setServiceTsfHealthCheckConf(HealthCheckConf ServiceTsfHealthCheckConf)
Set Health check configuration of microservice. 
 | 
void | 
ApiInfo.setServiceTsfHealthCheckConf(HealthCheckConf ServiceTsfHealthCheckConf)
Set Health check configuration of microservice. 
 | 
void | 
CreateApiRequest.setTargetServicesHealthCheckConf(HealthCheckConf TargetServicesHealthCheckConf)
Set `target` health check configuration (in beta test). 
 | 
void | 
ModifyApiRequest.setTargetServicesHealthCheckConf(HealthCheckConf TargetServicesHealthCheckConf)
Set `target` health check configuration (in beta test). 
 | 
| Constructor and Description | 
|---|
HealthCheckConf(HealthCheckConf 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 © 2021. All rights reserved.