public class SnatIp extends AbstractModel
Constructor and Description |
---|
SnatIp() |
SnatIp(SnatIp 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 |
getIp()
Get IP address, such as 192.168.0.1
|
String |
getSubnetId()
Get Unique VPC subnet ID, such as `subnet-12345678`.
|
void |
setIp(String Ip)
Set IP address, such as 192.168.0.1
|
void |
setSubnetId(String SubnetId)
Set Unique VPC subnet ID, such as `subnet-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 SnatIp()
public SnatIp(SnatIp source)
public String getSubnetId()
public void setSubnetId(String SubnetId)
SubnetId
- Unique VPC subnet ID, such as `subnet-12345678`.public String getIp()
public void setIp(String Ip)
Ip
- IP address, such as 192.168.0.1Copyright © 2022. All rights reserved.