public class DeleteLoadBalancerRequest extends AbstractModel
Constructor and Description |
---|
DeleteLoadBalancerRequest() |
Modifier and Type | Method and Description |
---|---|
String[] |
getLoadBalancerIds()
Get Array of IDs of the CLB instances to be deleted.
|
void |
setLoadBalancerIds(String[] LoadBalancerIds)
Set Array of IDs of the CLB instances to be deleted.
|
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 String[] getLoadBalancerIds()
public void setLoadBalancerIds(String[] LoadBalancerIds)
LoadBalancerIds
- Array of IDs of the CLB instances to be deleted. Array length limit: 20Copyright © 2020. All rights reserved.