public class DBInstanceNetInfo extends AbstractModel
Constructor and Description |
---|
DBInstanceNetInfo() |
DBInstanceNetInfo(DBInstanceNetInfo 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 |
getAddress()
Get DNS domain name
|
String |
getIp()
Get Ip
|
String |
getNetType()
Get Network type.
|
Long |
getPort()
Get Connection port address
|
String |
getProtocolType()
Get Database connection protocol type.
|
String |
getStatus()
Get Network connection status.
|
String |
getSubnetId()
Get Subnet ID
Note: this field may return `null`, indicating that no valid values can be obtained.
|
String |
getVpcId()
Get VPC ID
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setAddress(String Address)
Set DNS domain name
|
void |
setIp(String Ip)
Set Ip
|
void |
setNetType(String NetType)
Set Network type.
|
void |
setPort(Long Port)
Set Connection port address
|
void |
setProtocolType(String ProtocolType)
Set Database connection protocol type.
|
void |
setStatus(String Status)
Set Network connection status.
|
void |
setSubnetId(String SubnetId)
Set Subnet ID
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setVpcId(String VpcId)
Set VPC ID
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 DBInstanceNetInfo()
public DBInstanceNetInfo(DBInstanceNetInfo source)
public String getAddress()
public void setAddress(String Address)
Address
- DNS domain namepublic String getIp()
public void setIp(String Ip)
Ip
- Ippublic Long getPort()
public void setPort(Long Port)
Port
- Connection port addresspublic String getNetType()
public void setNetType(String NetType)
NetType
- Network type. 1: inner (private network address), 2: public (public network address)public String getStatus()
public void setStatus(String Status)
Status
- Network connection status. Valid values: `initing` (never enabled before), `opened` (enabled), `closed` (disabled), `opening` (enabling), `closing` (disabling)public String getVpcId()
public void setVpcId(String VpcId)
VpcId
- VPC ID
Note: this field may return `null`, indicating that no valid values can be obtained.public String getSubnetId()
public void setSubnetId(String SubnetId)
SubnetId
- Subnet ID
Note: this field may return `null`, indicating that no valid values can be obtained.public String getProtocolType()
public void setProtocolType(String ProtocolType)
ProtocolType
- Database connection protocol type. Valid values: `postgresql`, `mssql` (MSSQL-compatible)
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.