Uses of Class
com.tencentcloudapi.apigateway.v20180808.models.UpstreamHealthChecker
-
Packages that use UpstreamHealthChecker Package Description com.tencentcloudapi.apigateway.v20180808.models -
-
Uses of UpstreamHealthChecker in com.tencentcloudapi.apigateway.v20180808.models
Methods in com.tencentcloudapi.apigateway.v20180808.models that return UpstreamHealthChecker Modifier and Type Method Description UpstreamHealthCheckerCreateUpstreamRequest. getHealthChecker()Get 健康检查配置,目前只支持VPC通道UpstreamHealthCheckerModifyUpstreamRequest. getHealthChecker()Get 健康检查配置,目前只支持VPC通道UpstreamHealthCheckerModifyUpstreamResultInfo. getHealthChecker()Get 健康检查配置 注意:此字段可能返回 null,表示取不到有效值。UpstreamHealthCheckerUpstreamInfo. getHealthChecker()Get 健康检查配置 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.apigateway.v20180808.models with parameters of type UpstreamHealthChecker Modifier and Type Method Description voidCreateUpstreamRequest. setHealthChecker(UpstreamHealthChecker HealthChecker)Set 健康检查配置,目前只支持VPC通道voidModifyUpstreamRequest. setHealthChecker(UpstreamHealthChecker HealthChecker)Set 健康检查配置,目前只支持VPC通道voidModifyUpstreamResultInfo. setHealthChecker(UpstreamHealthChecker HealthChecker)Set 健康检查配置 注意:此字段可能返回 null,表示取不到有效值。voidUpstreamInfo. setHealthChecker(UpstreamHealthChecker HealthChecker)Set 健康检查配置 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.apigateway.v20180808.models with parameters of type UpstreamHealthChecker Constructor Description UpstreamHealthChecker(UpstreamHealthChecker 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.
-