public class CreateLoadBalancerSnatIpsRequest extends AbstractModel
| Constructor and Description | 
|---|
CreateLoadBalancerSnatIpsRequest()  | 
CreateLoadBalancerSnatIpsRequest(CreateLoadBalancerSnatIpsRequest 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 Unique ID of a CLB instance, e.g., lb-12345678. 
 | 
SnatIp[] | 
getSnatIps()
Get Information of the SNAT IP to be added. 
 | 
void | 
setLoadBalancerId(String LoadBalancerId)
Set Unique ID of a CLB instance, e.g., lb-12345678. 
 | 
void | 
setSnatIps(SnatIp[] SnatIps)
Set Information of the SNAT IP to be added. 
 | 
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 CreateLoadBalancerSnatIpsRequest()
public CreateLoadBalancerSnatIpsRequest(CreateLoadBalancerSnatIpsRequest source)
public String getLoadBalancerId()
public void setLoadBalancerId(String LoadBalancerId)
LoadBalancerId - Unique ID of a CLB instance, e.g., lb-12345678.public SnatIp[] getSnatIps()
public void setSnatIps(SnatIp[] SnatIps)
SnatIps - Information of the SNAT IP to be added. You can apply for a specified IP or apply for an automatically assigned IP by specifying a subnet.Copyright © 2021. All rights reserved.