Uses of Class
com.tencentcloudapi.clb.v20180317.models.RuleOutput
-
Packages that use RuleOutput Package Description com.tencentcloudapi.clb.v20180317.models -
-
Uses of RuleOutput in com.tencentcloudapi.clb.v20180317.models
Methods in com.tencentcloudapi.clb.v20180317.models that return RuleOutput Modifier and Type Method Description RuleOutput[]DescribeRewriteResponse. getRewriteSet()Get 重定向转发规则构成的数组,若无重定向规则,则返回空数组。RuleOutput[]Listener. getRules()Get 监听器下的全部转发规则(本参数仅对于HTTP/HTTPS监听器有意义) 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.clb.v20180317.models with parameters of type RuleOutput Modifier and Type Method Description voidDescribeRewriteResponse. setRewriteSet(RuleOutput[] RewriteSet)Set 重定向转发规则构成的数组,若无重定向规则,则返回空数组。voidListener. setRules(RuleOutput[] Rules)Set 监听器下的全部转发规则(本参数仅对于HTTP/HTTPS监听器有意义) 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.clb.v20180317.models with parameters of type RuleOutput Constructor Description RuleOutput(RuleOutput 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.
-