Package | Description |
---|---|
com.tencentcloudapi.apigateway.v20180808.models |
Modifier and Type | Method and Description |
---|---|
HealthCheckConf |
CreateApiRequest.getServiceTsfHealthCheckConf()
Get 微服务的健康检查配置。
|
HealthCheckConf |
ModifyApiRequest.getServiceTsfHealthCheckConf()
Get 微服务的健康检查配置。
|
HealthCheckConf |
ApiInfo.getServiceTsfHealthCheckConf()
Get 微服务的健康检查配置。
注意:此字段可能返回 null,表示取不到有效值。
|
HealthCheckConf |
CreateApiRequest.getTargetServicesHealthCheckConf()
Get target健康检查配置。(内测阶段)
|
HealthCheckConf |
ModifyApiRequest.getTargetServicesHealthCheckConf()
Get target健康检查配置。(内测阶段)
|
Modifier and Type | Method and Description |
---|---|
void |
CreateApiRequest.setServiceTsfHealthCheckConf(HealthCheckConf ServiceTsfHealthCheckConf)
Set 微服务的健康检查配置。
|
void |
ModifyApiRequest.setServiceTsfHealthCheckConf(HealthCheckConf ServiceTsfHealthCheckConf)
Set 微服务的健康检查配置。
|
void |
ApiInfo.setServiceTsfHealthCheckConf(HealthCheckConf ServiceTsfHealthCheckConf)
Set 微服务的健康检查配置。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
CreateApiRequest.setTargetServicesHealthCheckConf(HealthCheckConf TargetServicesHealthCheckConf)
Set target健康检查配置。(内测阶段)
|
void |
ModifyApiRequest.setTargetServicesHealthCheckConf(HealthCheckConf TargetServicesHealthCheckConf)
Set target健康检查配置。(内测阶段)
|
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 © 2022. All rights reserved.