public class CreateLoadBalancerSnatIpsRequest extends AbstractModel
Constructor and Description |
---|
CreateLoadBalancerSnatIpsRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getLoadBalancerId()
Get Unique CLB instance ID, such as lb-12345678
|
SnatIp[] |
getSnatIps()
Get Information of the SNAT IP to be added.
|
void |
setLoadBalancerId(String LoadBalancerId)
Set Unique CLB instance ID, such as 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, toJsonString
public String getLoadBalancerId()
public void setLoadBalancerId(String LoadBalancerId)
LoadBalancerId
- Unique CLB instance ID, such as lb-12345678public 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 © 2020. All rights reserved.