Uses of Class
com.tencentcloudapi.clb.v20180317.models.RuleInput
-
Packages that use RuleInput Package Description com.tencentcloudapi.clb.v20180317.models -
-
Uses of RuleInput in com.tencentcloudapi.clb.v20180317.models
Methods in com.tencentcloudapi.clb.v20180317.models that return RuleInput Modifier and Type Method Description RuleInput[]CreateRuleRequest. getRules()Get 新建转发规则的信息。Methods in com.tencentcloudapi.clb.v20180317.models with parameters of type RuleInput Modifier and Type Method Description voidCreateRuleRequest. setRules(RuleInput[] Rules)Set 新建转发规则的信息。Constructors in com.tencentcloudapi.clb.v20180317.models with parameters of type RuleInput Constructor Description RuleInput(RuleInput 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.
-