public class BatchModifyTargetWeightRequest extends AbstractModel
Constructor and Description |
---|
BatchModifyTargetWeightRequest() |
BatchModifyTargetWeightRequest(BatchModifyTargetWeightRequest 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getLoadBalancerId()
Get 负载均衡实例 ID
|
TargetsWeightRule[] |
getModifyList()
Get 要批量修改权重的列表
|
void |
setLoadBalancerId(String LoadBalancerId)
Set 负载均衡实例 ID
|
void |
setModifyList(TargetsWeightRule[] ModifyList)
Set 要批量修改权重的列表
|
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, toJsonString
public BatchModifyTargetWeightRequest()
public BatchModifyTargetWeightRequest(BatchModifyTargetWeightRequest source)
public String getLoadBalancerId()
public void setLoadBalancerId(String LoadBalancerId)
LoadBalancerId
- 负载均衡实例 IDpublic TargetsWeightRule[] getModifyList()
public void setModifyList(TargetsWeightRule[] ModifyList)
ModifyList
- 要批量修改权重的列表Copyright © 2021. All rights reserved.