public static class SearchDatabaseResponseBody.SearchDatabaseResponseBodySearchDatabaseListSearchDatabase
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
alias
The alias of the database.
|
String |
catalogName
The name of the catalog to which the database belongs.
|
String |
databaseId
The ID of the database.
|
String |
datalinkName
The name of the data link for cross-database queries.
|
String |
dbaId
The ID of the user who assumes the database administrator (DBA) role.
|
String |
dbType
The type of the database engine.
|
String |
encoding
The encoding method of the database.
|
String |
envType
The environment type of the database.
|
String |
host
The endpoint of the instance in which the database resides.
|
Boolean |
logic
Indicates whether the database is a logical database.
|
SearchDatabaseResponseBody.SearchDatabaseResponseBodySearchDatabaseListSearchDatabaseOwnerIdList |
ownerIdList
The IDs of the owners of the databases.
|
SearchDatabaseResponseBody.SearchDatabaseResponseBodySearchDatabaseListSearchDatabaseOwnerNameList |
ownerNameList
The nicknames of the database owners.
|
Integer |
port
The port of the instance in which the database resides.
|
String |
schemaName
The name of the database.
|
String |
searchName
The name that is used to search for the database.
|
String |
sid
The system ID (SID) of the instance in which the database resides.
|
| 构造器和说明 |
|---|
SearchDatabaseResponseBodySearchDatabaseListSearchDatabase() |
@NameInMap(value="Alias") public String alias
The alias of the database.
example:test_rds
@NameInMap(value="CatalogName") public String catalogName
The name of the catalog to which the database belongs.
example:If the type of the database engine is PostgreSQL, the name of the database is displayed.
dmstest
@NameInMap(value="DatabaseId") public String databaseId
The ID of the database.
example:2528****
@NameInMap(value="DatalinkName") public String datalinkName
The name of the data link for cross-database queries.
example:datalink_name
@NameInMap(value="DbType") public String dbType
The type of the database engine.
example:mysql
@NameInMap(value="DbaId") public String dbaId
The ID of the user who assumes the database administrator (DBA) role.
example:10****
@NameInMap(value="Encoding") public String encoding
The encoding method of the database.
example:utf8
@NameInMap(value="EnvType") public String envType
The environment type of the database. For more information, see Change the environment type of an instance.
example:test
@NameInMap(value="Host") public String host
The endpoint of the instance in which the database resides.
example:rm-xxxx.mysql.rds.aliyuncs.com
@NameInMap(value="Logic") public Boolean logic
Indicates whether the database is a logical database. Valid values:
false
@NameInMap(value="OwnerIdList") public SearchDatabaseResponseBody.SearchDatabaseResponseBodySearchDatabaseListSearchDatabaseOwnerIdList ownerIdList
The IDs of the owners of the databases.
@NameInMap(value="OwnerNameList") public SearchDatabaseResponseBody.SearchDatabaseResponseBodySearchDatabaseListSearchDatabaseOwnerNameList ownerNameList
The nicknames of the database owners.
@NameInMap(value="Port") public Integer port
The port of the instance in which the database resides.
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 to search for the database.
example:test@xxx.xxx.xxx.xxx:3306
@NameInMap(value="Sid") public String sid
The system ID (SID) of the instance in which the database resides.
example:testSid
public SearchDatabaseResponseBodySearchDatabaseListSearchDatabase()
public static SearchDatabaseResponseBody.SearchDatabaseResponseBodySearchDatabaseListSearchDatabase build(Map<String,?> map) throws Exception
Exceptionpublic SearchDatabaseResponseBody.SearchDatabaseResponseBodySearchDatabaseListSearchDatabase setAlias(String alias)
public String getAlias()
public SearchDatabaseResponseBody.SearchDatabaseResponseBodySearchDatabaseListSearchDatabase setCatalogName(String catalogName)
public String getCatalogName()
public SearchDatabaseResponseBody.SearchDatabaseResponseBodySearchDatabaseListSearchDatabase setDatabaseId(String databaseId)
public String getDatabaseId()
public SearchDatabaseResponseBody.SearchDatabaseResponseBodySearchDatabaseListSearchDatabase setDatalinkName(String datalinkName)
public String getDatalinkName()
public SearchDatabaseResponseBody.SearchDatabaseResponseBodySearchDatabaseListSearchDatabase setDbType(String dbType)
public String getDbType()
public SearchDatabaseResponseBody.SearchDatabaseResponseBodySearchDatabaseListSearchDatabase setDbaId(String dbaId)
public String getDbaId()
public SearchDatabaseResponseBody.SearchDatabaseResponseBodySearchDatabaseListSearchDatabase setEncoding(String encoding)
public String getEncoding()
public SearchDatabaseResponseBody.SearchDatabaseResponseBodySearchDatabaseListSearchDatabase setEnvType(String envType)
public String getEnvType()
public SearchDatabaseResponseBody.SearchDatabaseResponseBodySearchDatabaseListSearchDatabase setHost(String host)
public String getHost()
public SearchDatabaseResponseBody.SearchDatabaseResponseBodySearchDatabaseListSearchDatabase setLogic(Boolean logic)
public Boolean getLogic()
public SearchDatabaseResponseBody.SearchDatabaseResponseBodySearchDatabaseListSearchDatabase setOwnerIdList(SearchDatabaseResponseBody.SearchDatabaseResponseBodySearchDatabaseListSearchDatabaseOwnerIdList ownerIdList)
public SearchDatabaseResponseBody.SearchDatabaseResponseBodySearchDatabaseListSearchDatabaseOwnerIdList getOwnerIdList()
public SearchDatabaseResponseBody.SearchDatabaseResponseBodySearchDatabaseListSearchDatabase setOwnerNameList(SearchDatabaseResponseBody.SearchDatabaseResponseBodySearchDatabaseListSearchDatabaseOwnerNameList ownerNameList)
public SearchDatabaseResponseBody.SearchDatabaseResponseBodySearchDatabaseListSearchDatabaseOwnerNameList getOwnerNameList()
public SearchDatabaseResponseBody.SearchDatabaseResponseBodySearchDatabaseListSearchDatabase setPort(Integer port)
public Integer getPort()
public SearchDatabaseResponseBody.SearchDatabaseResponseBodySearchDatabaseListSearchDatabase setSchemaName(String schemaName)
public String getSchemaName()
public SearchDatabaseResponseBody.SearchDatabaseResponseBodySearchDatabaseListSearchDatabase setSearchName(String searchName)
public String getSearchName()
public SearchDatabaseResponseBody.SearchDatabaseResponseBodySearchDatabaseListSearchDatabase setSid(String sid)
public String getSid()
Copyright © 2025. All rights reserved.