Uses of Class
com.tencentcloudapi.clb.v20180317.models.RsWeightRule
-
Packages that use RsWeightRule Package Description com.tencentcloudapi.clb.v20180317.models -
-
Uses of RsWeightRule in com.tencentcloudapi.clb.v20180317.models
Methods in com.tencentcloudapi.clb.v20180317.models that return RsWeightRule Modifier and Type Method Description RsWeightRule[]BatchModifyTargetWeightRequest. getModifyList()Get 要批量修改权重的列表。Methods in com.tencentcloudapi.clb.v20180317.models with parameters of type RsWeightRule Modifier and Type Method Description voidBatchModifyTargetWeightRequest. setModifyList(RsWeightRule[] ModifyList)Set 要批量修改权重的列表。Constructors in com.tencentcloudapi.clb.v20180317.models with parameters of type RsWeightRule Constructor Description RsWeightRule(RsWeightRule 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.
-