Uses of Class
com.tencentcloudapi.dayu.v20180709.models.L4RuleHealth
-
Packages that use L4RuleHealth Package Description com.tencentcloudapi.dayu.v20180709.models -
-
Uses of L4RuleHealth in com.tencentcloudapi.dayu.v20180709.models
Methods in com.tencentcloudapi.dayu.v20180709.models that return L4RuleHealth Modifier and Type Method Description L4RuleHealth[]DescribeNewL4RulesResponse. getHealths()Get 四层健康检查配置列表L4RuleHealth[]DescribleL4RulesResponse. getHealths()Get 健康检查配置列表L4RuleHealth[]ModifyL4HealthRequest. getHealths()Get 健康检查参数数组Methods in com.tencentcloudapi.dayu.v20180709.models with parameters of type L4RuleHealth Modifier and Type Method Description voidDescribeNewL4RulesResponse. setHealths(L4RuleHealth[] Healths)Set 四层健康检查配置列表voidDescribleL4RulesResponse. setHealths(L4RuleHealth[] Healths)Set 健康检查配置列表voidModifyL4HealthRequest. setHealths(L4RuleHealth[] Healths)Set 健康检查参数数组Constructors in com.tencentcloudapi.dayu.v20180709.models with parameters of type L4RuleHealth Constructor Description L4RuleHealth(L4RuleHealth 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.
-