public class ServerlessDBInstance extends AbstractModel
Constructor and Description |
---|
ServerlessDBInstance() |
ServerlessDBInstance(ServerlessDBInstance 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 |
getCreateTime()
Get Creation time
Note: this field may return `null`, indicating that no valid values can be obtained.
|
ServerlessDBAccount[] |
getDBAccountSet()
Get Instance account information
Note: this field may return `null`, indicating that no valid values can be obtained.
|
String |
getDBCharset()
Get Character set
Note: this field may return `null`, indicating that no valid values can be obtained.
|
String[] |
getDBDatabaseList()
Get Information of the databases in an instance
Note: this field may return `null`, indicating that no valid values can be obtained.
|
String |
getDBInstanceId()
Get Instance ID, which is the unique identifier
Note: this field may return `null`, indicating that no valid values can be obtained.
|
String |
getDBInstanceName()
Get Instance name
Note: this field may return `null`, indicating that no valid values can be obtained.
|
ServerlessDBInstanceNetInfo[] |
getDBInstanceNetInfo()
Get Instance network information
Note: this field may return `null`, indicating that no valid values can be obtained.
|
String |
getDBInstanceStatus()
Get Instance status
Note: this field may return `null`, indicating that no valid values can be obtained.
|
String |
getDBKernelVersion()
Get Database kernel version
Note: this field may return `null`, indicating that no valid values can be obtained.
|
String |
getDBMajorVersion()
Get Database major version number
Note: this field may return `null`, indicating that no valid values can be obtained.
|
String |
getDBVersion()
Get Database version
Note: this field may return `null`, indicating that no valid values can be obtained.
|
Long |
getProjectId()
Get Project ID
Note: this field may return `null`, indicating that no valid values can be obtained.
|
String |
getRegion()
Get Region
Note: this field may return `null`, indicating that no valid values can be obtained.
|
String |
getSubnetId()
Get Subnet ID
Note: this field may return `null`, indicating that no valid values can be obtained.
|
Tag[] |
getTagList()
Get The array of tags bound to an instance
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.
|
String |
getZone()
Get Availability zone
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setCreateTime(String CreateTime)
Set Creation time
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setDBAccountSet(ServerlessDBAccount[] DBAccountSet)
Set Instance account information
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setDBCharset(String DBCharset)
Set Character set
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setDBDatabaseList(String[] DBDatabaseList)
Set Information of the databases in an instance
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setDBInstanceId(String DBInstanceId)
Set Instance ID, which is the unique identifier
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setDBInstanceName(String DBInstanceName)
Set Instance name
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setDBInstanceNetInfo(ServerlessDBInstanceNetInfo[] DBInstanceNetInfo)
Set Instance network information
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setDBInstanceStatus(String DBInstanceStatus)
Set Instance status
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setDBKernelVersion(String DBKernelVersion)
Set Database kernel version
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setDBMajorVersion(String DBMajorVersion)
Set Database major version number
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setDBVersion(String DBVersion)
Set Database version
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setProjectId(Long ProjectId)
Set Project ID
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setRegion(String Region)
Set Region
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setSubnetId(String SubnetId)
Set Subnet ID
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setTagList(Tag[] TagList)
Set The array of tags bound to an instance
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 |
setZone(String Zone)
Set Availability zone
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 ServerlessDBInstance()
public ServerlessDBInstance(ServerlessDBInstance source)
public String getDBInstanceId()
public void setDBInstanceId(String DBInstanceId)
DBInstanceId
- Instance ID, which is the unique identifier
Note: this field may return `null`, indicating that no valid values can be obtained.public String getDBInstanceName()
public void setDBInstanceName(String DBInstanceName)
DBInstanceName
- Instance name
Note: this field may return `null`, indicating that no valid values can be obtained.public String getDBInstanceStatus()
public void setDBInstanceStatus(String DBInstanceStatus)
DBInstanceStatus
- Instance status
Note: this field may return `null`, indicating that no valid values can be obtained.public String getRegion()
public void setRegion(String Region)
Region
- Region
Note: this field may return `null`, indicating that no valid values can be obtained.public String getZone()
public void setZone(String Zone)
Zone
- Availability zone
Note: this field may return `null`, indicating that no valid values can be obtained.public Long getProjectId()
public void setProjectId(Long ProjectId)
ProjectId
- Project ID
Note: this field may return `null`, indicating that no valid values can be obtained.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 getDBCharset()
public void setDBCharset(String DBCharset)
DBCharset
- Character set
Note: this field may return `null`, indicating that no valid values can be obtained.public String getDBVersion()
public void setDBVersion(String DBVersion)
DBVersion
- Database version
Note: this field may return `null`, indicating that no valid values can be obtained.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Creation time
Note: this field may return `null`, indicating that no valid values can be obtained.public ServerlessDBInstanceNetInfo[] getDBInstanceNetInfo()
public void setDBInstanceNetInfo(ServerlessDBInstanceNetInfo[] DBInstanceNetInfo)
DBInstanceNetInfo
- Instance network information
Note: this field may return `null`, indicating that no valid values can be obtained.public ServerlessDBAccount[] getDBAccountSet()
public void setDBAccountSet(ServerlessDBAccount[] DBAccountSet)
DBAccountSet
- Instance account information
Note: this field may return `null`, indicating that no valid values can be obtained.public String[] getDBDatabaseList()
public void setDBDatabaseList(String[] DBDatabaseList)
DBDatabaseList
- Information of the databases in an instance
Note: this field may return `null`, indicating that no valid values can be obtained.public Tag[] getTagList()
public void setTagList(Tag[] TagList)
TagList
- The array of tags bound to an instance
Note: this field may return `null`, indicating that no valid values can be obtained.public String getDBKernelVersion()
public void setDBKernelVersion(String DBKernelVersion)
DBKernelVersion
- Database kernel version
Note: this field may return `null`, indicating that no valid values can be obtained.public String getDBMajorVersion()
public void setDBMajorVersion(String DBMajorVersion)
DBMajorVersion
- Database major version number
Note: this field may return `null`, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.