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. | 
| Long | getNumber()Get Number of SNAT IPs to be added. | 
| 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 | setNumber(Long Number)Set Number of SNAT IPs to be added. | 
| 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 specify a SNAT IP or use the one automatically assigned by a subnet.public Long getNumber()
public void setNumber(Long Number)
Number - Number of SNAT IPs to be added. This parameter is used in conjunction with `SnatIps`. Note that if `Ip` is specified in `SnapIps`, this parameter is not available. It defaults to `1` and the upper limit is `10`.Copyright © 2021. All rights reserved.