public class NetAddr extends AbstractModel
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
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getNetType()
Get Network type.
|
String |
getUniqSubnetId()
Get Subnet ID
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getUniqVpcId()
Get VPC ID
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getVip()
Get Private network IP
Note: this field may return `null`, indicating that no valid values can be obtained.
|
Long |
getVport()
Get Private network port number
Note: this field may return `null`, indicating that no valid values can be obtained.
|
String |
getWanDomain()
Get Public network domain name
Note: this field may return `null`, indicating that no valid values can be obtained.
|
String |
getWanIP()
Get Public IP
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getWanPort()
Get Public network port number
Note: this field may return `null`, indicating that no valid values can be obtained.
|
String |
getWanStatus()
Get Public network status
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setDescription(String Description)
Set Description
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setNetType(String NetType)
Set Network type.
|
void |
setUniqSubnetId(String UniqSubnetId)
Set Subnet ID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setUniqVpcId(String UniqVpcId)
Set VPC ID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setVip(String Vip)
Set Private network IP
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setVport(Long Vport)
Set Private network port number
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setWanDomain(String WanDomain)
Set Public network domain name
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setWanIP(String WanIP)
Set Public IP
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setWanPort(Long WanPort)
Set Public network port number
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setWanStatus(String WanStatus)
Set Public network status
Note: This field may return null, indicating that no valid values can be obtained.
|
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 NetAddr()
public NetAddr(NetAddr source)
public String getVip()
public void setVip(String Vip)
Vip
- Private network IP
Note: this field may return `null`, indicating that no valid values can be obtained.public Long getVport()
public void setVport(Long Vport)
Vport
- Private network port number
Note: this field may return `null`, indicating that no valid values can be obtained.public String getWanDomain()
public void setWanDomain(String WanDomain)
WanDomain
- Public network domain name
Note: this field may return `null`, indicating that no valid values can be obtained.public Long getWanPort()
public void setWanPort(Long WanPort)
WanPort
- Public network port number
Note: this field may return `null`, indicating that no valid values can be obtained.public String getNetType()
public void setNetType(String NetType)
NetType
- Network type. Valid values: `ro` (read-only), `rw` or `ha` (read-write)
Note: this field may return `null`, indicating that no valid values can be obtained.public String getUniqSubnetId()
public void setUniqSubnetId(String UniqSubnetId)
UniqSubnetId
- Subnet ID
Note: This field may return null, indicating that no valid values can be obtained.public String getUniqVpcId()
public void setUniqVpcId(String UniqVpcId)
UniqVpcId
- VPC ID
Note: This field may return null, indicating that no valid values can be obtained.public String getDescription()
public void setDescription(String Description)
Description
- Description
Note: This field may return null, indicating that no valid values can be obtained.public String getWanIP()
public void setWanIP(String WanIP)
WanIP
- Public IP
Note: This field may return null, indicating that no valid values can be obtained.public String getWanStatus()
public void setWanStatus(String WanStatus)
WanStatus
- Public network status
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.