Uses of Class
com.tencentcloudapi.ecm.v20190719.models.HealthCheck
-
Packages that use HealthCheck Package Description com.tencentcloudapi.ecm.v20190719.models -
-
Uses of HealthCheck in com.tencentcloudapi.ecm.v20190719.models
Methods in com.tencentcloudapi.ecm.v20190719.models that return HealthCheck Modifier and Type Method Description HealthCheck
CreateListenerRequest. getHealthCheck()
Get 健康检查相关参数HealthCheck
Listener. getHealthCheck()
Get 监听器的健康检查信息 注意:此字段可能返回 null,表示取不到有效值。HealthCheck
ModifyListenerRequest. getHealthCheck()
Get 健康检查相关参数Methods in com.tencentcloudapi.ecm.v20190719.models with parameters of type HealthCheck Modifier and Type Method Description void
CreateListenerRequest. setHealthCheck(HealthCheck HealthCheck)
Set 健康检查相关参数void
Listener. setHealthCheck(HealthCheck HealthCheck)
Set 监听器的健康检查信息 注意:此字段可能返回 null,表示取不到有效值。void
ModifyListenerRequest. setHealthCheck(HealthCheck HealthCheck)
Set 健康检查相关参数Constructors in com.tencentcloudapi.ecm.v20190719.models with parameters of type HealthCheck Constructor Description HealthCheck(HealthCheck 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.
-