public class DeleteLoadBalancerSnatIpsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DeleteLoadBalancerSnatIpsRequest() |
DeleteLoadBalancerSnatIpsRequest(DeleteLoadBalancerSnatIpsRequest 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[] |
getIps()
Get Array of the SNAT IP addresses to be deleted
|
String |
getLoadBalancerId()
Get Unique ID of a CLB instance, e.g., lb-12345678.
|
void |
setIps(String[] Ips)
Set Array of the SNAT IP addresses to be deleted
|
void |
setLoadBalancerId(String LoadBalancerId)
Set Unique ID of a CLB instance, e.g., lb-12345678.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DeleteLoadBalancerSnatIpsRequest()
public DeleteLoadBalancerSnatIpsRequest(DeleteLoadBalancerSnatIpsRequest source)
public String getLoadBalancerId()
public void setLoadBalancerId(String LoadBalancerId)
LoadBalancerId
- Unique ID of a CLB instance, e.g., lb-12345678.public String[] getIps()
public void setIps(String[] Ips)
Ips
- Array of the SNAT IP addresses to be deletedCopyright © 2024. All rights reserved.