public static class GetDatabaseResponseBody.GetDatabaseResponseBodyDatabase
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 database administrator (DBA).
|
String |
dbaName
The nickname of the DBA.
|
String |
dbType
The type of the database.
|
String |
encoding
The encoding format of the database.
|
String |
envType
The type of the environment to which the database belongs.
|
String |
host
The endpoint that is used to connect to the database.
|
String |
instanceAlias
The alias of the instance.
|
String |
instanceId
The ID of the instance.
|
GetDatabaseResponseBody.GetDatabaseResponseBodyDatabaseOwnerIdList |
ownerIdList
The IDs of the owners of the database.
|
GetDatabaseResponseBody.GetDatabaseResponseBodyDatabaseOwnerNameList |
ownerNameList
The names of the owners of the database.
|
Integer |
port
The port that is used to connect to the database.
|
String |
schemaName
The name of the database.
|
String |
searchName
The keyword that is used to search for the database.
|
String |
sid
The SID of the database.
|
String |
state
The status of the database.
|
| 构造器和说明 |
|---|
GetDatabaseResponseBodyDatabase() |
@NameInMap(value="CatalogName") public String catalogName
The name of the catalog to which the database belongs.
example:def
@NameInMap(value="DatabaseId") public String databaseId
The ID of the database.
example:984****
@NameInMap(value="DbType") public String dbType
The type of the database. For more information about the valid values of this parameter, see DbType parameter.
example:mysql
@NameInMap(value="DbaId") public String dbaId
The ID of the database administrator (DBA).
example:27****
@NameInMap(value="DbaName") public String dbaName
The nickname of the DBA.
example:dba_name
@NameInMap(value="Encoding") public String encoding
The encoding format of the database.
example:utf8mb4
@NameInMap(value="EnvType") public String envType
The type of the environment to which the database belongs. Valid values:
product
@NameInMap(value="Host") public String host
The endpoint that is used to connect to the database.
example:192.168.XX.XX
@NameInMap(value="InstanceAlias") public String instanceAlias
The alias of the instance.
example:test
@NameInMap(value="InstanceId") public String instanceId
The ID of the instance.
example:149****
@NameInMap(value="OwnerIdList") public GetDatabaseResponseBody.GetDatabaseResponseBodyDatabaseOwnerIdList ownerIdList
The IDs of the owners of the database.
@NameInMap(value="OwnerNameList") public GetDatabaseResponseBody.GetDatabaseResponseBodyDatabaseOwnerNameList ownerNameList
The names of the owners of the database.
@NameInMap(value="Port") public Integer port
The port that is used to connect to the database.
example:3306
@NameInMap(value="SchemaName") public String schemaName
The name of the database.
example:mysql
@NameInMap(value="SearchName") public String searchName
The keyword that is used to search for the database.
example:mysql@192.168.XX.XX:3306
@NameInMap(value="Sid") public String sid
The SID of the database.
example:The value of the parameter is returned only for Oracle databases.
test_sid
@NameInMap(value="State") public String state
The status of the database. Valid values:
NORMAL
public static GetDatabaseResponseBody.GetDatabaseResponseBodyDatabase build(Map<String,?> map) throws Exception
Exceptionpublic GetDatabaseResponseBody.GetDatabaseResponseBodyDatabase setCatalogName(String catalogName)
public String getCatalogName()
public GetDatabaseResponseBody.GetDatabaseResponseBodyDatabase setDatabaseId(String databaseId)
public String getDatabaseId()
public GetDatabaseResponseBody.GetDatabaseResponseBodyDatabase setDbType(String dbType)
public String getDbType()
public GetDatabaseResponseBody.GetDatabaseResponseBodyDatabase setDbaId(String dbaId)
public String getDbaId()
public GetDatabaseResponseBody.GetDatabaseResponseBodyDatabase setDbaName(String dbaName)
public String getDbaName()
public GetDatabaseResponseBody.GetDatabaseResponseBodyDatabase setEncoding(String encoding)
public String getEncoding()
public GetDatabaseResponseBody.GetDatabaseResponseBodyDatabase setEnvType(String envType)
public String getEnvType()
public GetDatabaseResponseBody.GetDatabaseResponseBodyDatabase setHost(String host)
public String getHost()
public GetDatabaseResponseBody.GetDatabaseResponseBodyDatabase setInstanceAlias(String instanceAlias)
public String getInstanceAlias()
public GetDatabaseResponseBody.GetDatabaseResponseBodyDatabase setInstanceId(String instanceId)
public String getInstanceId()
public GetDatabaseResponseBody.GetDatabaseResponseBodyDatabase setOwnerIdList(GetDatabaseResponseBody.GetDatabaseResponseBodyDatabaseOwnerIdList ownerIdList)
public GetDatabaseResponseBody.GetDatabaseResponseBodyDatabaseOwnerIdList getOwnerIdList()
public GetDatabaseResponseBody.GetDatabaseResponseBodyDatabase setOwnerNameList(GetDatabaseResponseBody.GetDatabaseResponseBodyDatabaseOwnerNameList ownerNameList)
public GetDatabaseResponseBody.GetDatabaseResponseBodyDatabaseOwnerNameList getOwnerNameList()
public GetDatabaseResponseBody.GetDatabaseResponseBodyDatabase setPort(Integer port)
public Integer getPort()
public GetDatabaseResponseBody.GetDatabaseResponseBodyDatabase setSchemaName(String schemaName)
public String getSchemaName()
public GetDatabaseResponseBody.GetDatabaseResponseBodyDatabase setSearchName(String searchName)
public String getSearchName()
public GetDatabaseResponseBody.GetDatabaseResponseBodyDatabase setSid(String sid)
public String getSid()
public GetDatabaseResponseBody.GetDatabaseResponseBodyDatabase setState(String state)
public String getState()
Copyright © 2025. All rights reserved.