Uses of Class
com.tencentcloudapi.dayu.v20180709.models.L7HealthConfig
-
Packages that use L7HealthConfig Package Description com.tencentcloudapi.dayu.v20180709.models -
-
Uses of L7HealthConfig in com.tencentcloudapi.dayu.v20180709.models
Methods in com.tencentcloudapi.dayu.v20180709.models that return L7HealthConfig Modifier and Type Method Description L7HealthConfig[]CreateL7HealthConfigRequest. getHealthConfig()Get 七层健康检查配置数组L7HealthConfig[]DescribeL7HealthConfigResponse. getHealthConfig()Get 七层健康检查配置数组Methods in com.tencentcloudapi.dayu.v20180709.models with parameters of type L7HealthConfig Modifier and Type Method Description voidCreateL7HealthConfigRequest. setHealthConfig(L7HealthConfig[] HealthConfig)Set 七层健康检查配置数组voidDescribeL7HealthConfigResponse. setHealthConfig(L7HealthConfig[] HealthConfig)Set 七层健康检查配置数组Constructors in com.tencentcloudapi.dayu.v20180709.models with parameters of type L7HealthConfig Constructor Description L7HealthConfig(L7HealthConfig 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.
-