Uses of Class
com.tencentcloudapi.clb.v20180317.models.RuleTargets
-
Packages that use RuleTargets Package Description com.tencentcloudapi.clb.v20180317.models -
-
Uses of RuleTargets in com.tencentcloudapi.clb.v20180317.models
Methods in com.tencentcloudapi.clb.v20180317.models that return RuleTargets Modifier and Type Method Description RuleTargets[]ListenerBackend. getRules()Get 监听器下的规则信息(仅适用于HTTP/HTTPS监听器) 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.clb.v20180317.models with parameters of type RuleTargets Modifier and Type Method Description voidListenerBackend. setRules(RuleTargets[] Rules)Set 监听器下的规则信息(仅适用于HTTP/HTTPS监听器) 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.clb.v20180317.models with parameters of type RuleTargets Constructor Description RuleTargets(RuleTargets 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.
-