Uses of Class
com.tencentcloudapi.ecm.v20190719.models.RuleHealth
-
Packages that use RuleHealth Package Description com.tencentcloudapi.ecm.v20190719.models -
-
Uses of RuleHealth in com.tencentcloudapi.ecm.v20190719.models
Methods in com.tencentcloudapi.ecm.v20190719.models that return RuleHealth Modifier and Type Method Description RuleHealth[]ListenerHealth. getRules()Get 监听器的转发规则列表 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.ecm.v20190719.models with parameters of type RuleHealth Modifier and Type Method Description voidListenerHealth. setRules(RuleHealth[] Rules)Set 监听器的转发规则列表 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.ecm.v20190719.models with parameters of type RuleHealth Constructor Description RuleHealth(RuleHealth 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.
-