Uses of Class
com.tencentcloudapi.clb.v20180317.models.BatchModifyTargetWeightResponse
-
Packages that use BatchModifyTargetWeightResponse Package Description com.tencentcloudapi.clb.v20180317 com.tencentcloudapi.clb.v20180317.models -
-
Uses of BatchModifyTargetWeightResponse in com.tencentcloudapi.clb.v20180317
Methods in com.tencentcloudapi.clb.v20180317 that return BatchModifyTargetWeightResponse Modifier and Type Method Description BatchModifyTargetWeightResponseClbClient. BatchModifyTargetWeight(BatchModifyTargetWeightRequest req)BatchModifyTargetWeight 接口用于批量修改负载均衡监听器绑定的后端机器的转发权重。批量修改的资源数量上限为500。本接口为异步接口,本接口返回成功后需以返回的 RequestID 为入参,调用 DescribeTaskStatus 接口查询本次任务是否成功。
负载均衡的4层和7层监听器支持此接口,传统型负载均衡不支持。 -
Uses of BatchModifyTargetWeightResponse in com.tencentcloudapi.clb.v20180317.models
Constructors in com.tencentcloudapi.clb.v20180317.models with parameters of type BatchModifyTargetWeightResponse Constructor Description BatchModifyTargetWeightResponse(BatchModifyTargetWeightResponse 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.
-