public class DeleteLoadBalancerSnatIpsRequest extends AbstractModel
Constructor and Description |
---|
DeleteLoadBalancerSnatIpsRequest() |
Modifier and Type | Method and Description |
---|---|
String[] |
getIps()
Get Array of the SNAT IP addresses to be deleted
|
String |
getLoadBalancerId()
Get Unique CLB instance ID, such as lb-12345678
|
void |
setIps(String[] Ips)
Set Array of the SNAT IP addresses to be deleted
|
void |
setLoadBalancerId(String LoadBalancerId)
Set Unique CLB instance ID, such as lb-12345678
|
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 getLoadBalancerId()
public void setLoadBalancerId(String LoadBalancerId)
LoadBalancerId
- Unique CLB instance ID, such as lb-12345678public String[] getIps()
public void setIps(String[] Ips)
Ips
- Array of the SNAT IP addresses to be deletedCopyright © 2020. All rights reserved.