public class BatchModifyTargetWeightRequest extends AbstractModel
| Constructor and Description | 
|---|
| BatchModifyTargetWeightRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getLoadBalancerId()Get CLB instance ID | 
| RsWeightRule[] | getModifyList()Get List of weights to be modified in batches | 
| void | setLoadBalancerId(String LoadBalancerId)Set CLB instance ID | 
| void | setModifyList(RsWeightRule[] ModifyList)Set List of weights to be modified in batches | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic String getLoadBalancerId()
public void setLoadBalancerId(String LoadBalancerId)
LoadBalancerId - CLB instance IDpublic RsWeightRule[] getModifyList()
public void setModifyList(RsWeightRule[] ModifyList)
ModifyList - List of weights to be modified in batchesCopyright © 2021. All rights reserved.