public class SnatIp extends AbstractModel
header, skipSign| 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地址,如192.168.0.1 | 
| String | getSubnetId()Get 私有网络子网的唯一性id,如subnet-12345678 | 
| void | setIp(String Ip)Set IP地址,如192.168.0.1 | 
| void | setSubnetId(String SubnetId)Set 私有网络子网的唯一性id,如subnet-12345678 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic SnatIp()
public SnatIp(SnatIp source)
public String getSubnetId()
public void setSubnetId(String SubnetId)
SubnetId - 私有网络子网的唯一性id,如subnet-12345678public String getIp()
public void setIp(String Ip)
Ip - IP地址,如192.168.0.1Copyright © 2025. All rights reserved.