public static class ListDatabasesResponseBody.ListDatabasesResponseBodyDatabaseListDatabase
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
catalogName
The name of the catalog to which the database belongs.
|
String |
databaseId
The ID of the database.
|
String |
dbaId
The ID of the DBA.
|
String |
dbaName
The nickname of the Database administrator (DBA) to which the database belongs.
|
String |
dbType
The type of the database engine.
|
String |
encoding
The encoding format of the database.
|
String |
envType
The type of the environment to which the database belongs.
|
String |
host
The endpoint of the instance to which the database belongs.
|
String |
instanceId
The ID of the instance to which the database belongs.
|
ListDatabasesResponseBody.ListDatabasesResponseBodyDatabaseListDatabaseOwnerIdList |
ownerIdList
The IDs of the owners of the database.
|
ListDatabasesResponseBody.ListDatabasesResponseBodyDatabaseListDatabaseOwnerNameList |
ownerNameList
The nicknames of the database owners.
|
Integer |
port
The connection port of the instance to which the database belongs.
|
String |
schemaName
The name of the database.
|
String |
searchName
The name that is used for searching the database.
|
String |
sid
The system ID (SID) of the instance to which the database belongs.
|
String |
state
The state of the database.
|
| 构造器和说明 |
|---|
ListDatabasesResponseBodyDatabaseListDatabase() |
@NameInMap(value="CatalogName") public String catalogName
The name of the catalog to which the database belongs.
example:1
@NameInMap(value="DatabaseId") public String databaseId
The ID of the database.
example:1
@NameInMap(value="DbType") public String dbType
The type of the database engine.
example:mysql
@NameInMap(value="DbaId") public String dbaId
The ID of the DBA.
example:1
@NameInMap(value="DbaName") public String dbaName
The nickname of the Database administrator (DBA) to which the database belongs.
example:dba_user
@NameInMap(value="Encoding") public String encoding
The encoding format of the database.
example:utf-8
@NameInMap(value="EnvType") public String envType
The type of the environment to which the database belongs.
example:dev
@NameInMap(value="Host") public String host
The endpoint of the instance to which the database belongs.
example:xxx.xxx.xxx.xxx
@NameInMap(value="InstanceId") public String instanceId
The ID of the instance to which the database belongs.
example:1
@NameInMap(value="OwnerIdList") public ListDatabasesResponseBody.ListDatabasesResponseBodyDatabaseListDatabaseOwnerIdList ownerIdList
The IDs of the owners of the database.
@NameInMap(value="OwnerNameList") public ListDatabasesResponseBody.ListDatabasesResponseBodyDatabaseListDatabaseOwnerNameList ownerNameList
The nicknames of the database owners.
@NameInMap(value="Port") public Integer port
The connection port of the instance to which the database belongs.
example:3306
@NameInMap(value="SchemaName") public String schemaName
The name of the database.
example:test
@NameInMap(value="SearchName") public String searchName
The name that is used for searching the database.
example:test@xxx.xxx.xxx.xxx:3306
@NameInMap(value="Sid") public String sid
The system ID (SID) of the instance to which the database belongs.
example:test
@NameInMap(value="State") public String state
The state of the database. Valid values:
NORMAL
public ListDatabasesResponseBodyDatabaseListDatabase()
public static ListDatabasesResponseBody.ListDatabasesResponseBodyDatabaseListDatabase build(Map<String,?> map) throws Exception
Exceptionpublic ListDatabasesResponseBody.ListDatabasesResponseBodyDatabaseListDatabase setCatalogName(String catalogName)
public String getCatalogName()
public ListDatabasesResponseBody.ListDatabasesResponseBodyDatabaseListDatabase setDatabaseId(String databaseId)
public String getDatabaseId()
public ListDatabasesResponseBody.ListDatabasesResponseBodyDatabaseListDatabase setDbType(String dbType)
public String getDbType()
public ListDatabasesResponseBody.ListDatabasesResponseBodyDatabaseListDatabase setDbaId(String dbaId)
public String getDbaId()
public ListDatabasesResponseBody.ListDatabasesResponseBodyDatabaseListDatabase setDbaName(String dbaName)
public String getDbaName()
public ListDatabasesResponseBody.ListDatabasesResponseBodyDatabaseListDatabase setEncoding(String encoding)
public String getEncoding()
public ListDatabasesResponseBody.ListDatabasesResponseBodyDatabaseListDatabase setEnvType(String envType)
public String getEnvType()
public ListDatabasesResponseBody.ListDatabasesResponseBodyDatabaseListDatabase setHost(String host)
public String getHost()
public ListDatabasesResponseBody.ListDatabasesResponseBodyDatabaseListDatabase setInstanceId(String instanceId)
public String getInstanceId()
public ListDatabasesResponseBody.ListDatabasesResponseBodyDatabaseListDatabase setOwnerIdList(ListDatabasesResponseBody.ListDatabasesResponseBodyDatabaseListDatabaseOwnerIdList ownerIdList)
public ListDatabasesResponseBody.ListDatabasesResponseBodyDatabaseListDatabaseOwnerIdList getOwnerIdList()
public ListDatabasesResponseBody.ListDatabasesResponseBodyDatabaseListDatabase setOwnerNameList(ListDatabasesResponseBody.ListDatabasesResponseBodyDatabaseListDatabaseOwnerNameList ownerNameList)
public ListDatabasesResponseBody.ListDatabasesResponseBodyDatabaseListDatabaseOwnerNameList getOwnerNameList()
public ListDatabasesResponseBody.ListDatabasesResponseBodyDatabaseListDatabase setPort(Integer port)
public Integer getPort()
public ListDatabasesResponseBody.ListDatabasesResponseBodyDatabaseListDatabase setSchemaName(String schemaName)
public String getSchemaName()
public ListDatabasesResponseBody.ListDatabasesResponseBodyDatabaseListDatabase setSearchName(String searchName)
public String getSearchName()
public ListDatabasesResponseBody.ListDatabasesResponseBodyDatabaseListDatabase setSid(String sid)
public String getSid()
public ListDatabasesResponseBody.ListDatabasesResponseBodyDatabaseListDatabase setState(String state)
public String getState()
Copyright © 2025. All rights reserved.