public class NetAddr extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| NetAddr() | 
| NetAddr(NetAddr 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 | getDescription()Get Description information | 
| String | getInstanceGroupId()Get Instance group ID | 
| String | getNetType()Get Network type (ro - read-only, rw/ha - read-write). | 
| String | getUniqSubnetId()Get Specifies the subnet ID. | 
| String | getUniqVpcId()Get Specifies the virtual private cloud ID. | 
| String | getVip()Get Private IP address | 
| Long | getVport()Get Specifies the private network port number. | 
| String | getWanDomain()Get Specifies the public network domain name. | 
| String | getWanIP()Get Public IP address | 
| Long | getWanPort()Get Specifies the public network port number. | 
| String | getWanStatus()Get Specifies the public network status. | 
| void | setDescription(String Description)Set Description information | 
| void | setInstanceGroupId(String InstanceGroupId)Set Instance group ID | 
| void | setNetType(String NetType)Set Network type (ro - read-only, rw/ha - read-write). | 
| void | setUniqSubnetId(String UniqSubnetId)Set Specifies the subnet ID. | 
| void | setUniqVpcId(String UniqVpcId)Set Specifies the virtual private cloud ID. | 
| void | setVip(String Vip)Set Private IP address | 
| void | setVport(Long Vport)Set Specifies the private network port number. | 
| void | setWanDomain(String WanDomain)Set Specifies the public network domain name. | 
| void | setWanIP(String WanIP)Set Public IP address | 
| void | setWanPort(Long WanPort)Set Specifies the public network port number. | 
| void | setWanStatus(String WanStatus)Set Specifies the public network status. | 
| 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 NetAddr()
public NetAddr(NetAddr source)
public String getVip()
public void setVip(String Vip)
Vip - Private IP addresspublic Long getVport()
public void setVport(Long Vport)
Vport - Specifies the private network port number.public String getWanDomain()
public void setWanDomain(String WanDomain)
WanDomain - Specifies the public network domain name.public Long getWanPort()
public void setWanPort(Long WanPort)
WanPort - Specifies the public network port number.public String getNetType()
public void setNetType(String NetType)
NetType - Network type (ro - read-only, rw/ha - read-write).public String getUniqSubnetId()
public void setUniqSubnetId(String UniqSubnetId)
UniqSubnetId - Specifies the subnet ID.public String getUniqVpcId()
public void setUniqVpcId(String UniqVpcId)
UniqVpcId - Specifies the virtual private cloud ID.public String getDescription()
public void setDescription(String Description)
Description - Description informationpublic String getWanIP()
public void setWanIP(String WanIP)
WanIP - Public IP addresspublic String getWanStatus()
public void setWanStatus(String WanStatus)
WanStatus - Specifies the public network status.public String getInstanceGroupId()
public void setInstanceGroupId(String InstanceGroupId)
InstanceGroupId - Instance group IDCopyright © 2025. All rights reserved.