public static class GetPhysicalDatabaseResponseBody.GetPhysicalDatabaseResponseBodyDatabase
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
catalogName
The name of the catalog to which the database belongs.
|
String |
databaseId
The ID of the physical database.
|
String |
dbaId
The user ID of the DBA in the destination database.
|
String |
dbaName
The nickname of the database administrator (DBA) in the destination database.
|
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 that is used to connect to the database.
|
String |
instanceAlias
The alias of the database instance.
|
String |
instanceId
The instance ID of the destination database.
|
GetPhysicalDatabaseResponseBody.GetPhysicalDatabaseResponseBodyDatabaseOwnerIdList |
ownerIdList
The user IDs of the database owners.
|
GetPhysicalDatabaseResponseBody.GetPhysicalDatabaseResponseBodyDatabaseOwnerNameList |
ownerNameList
The nicknames of the database owners.
|
Integer |
port
The port that is used to connect to the database.
|
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 database.
|
String |
state
The state of the database.
|
| 构造器和说明 |
|---|
GetPhysicalDatabaseResponseBodyDatabase() |
@NameInMap(value="CatalogName") public String catalogName
The name of the catalog to which the database belongs.
example:: If the database is a PostgreSQL database, the name of the database is displayed.
def
@NameInMap(value="DatabaseId") public String databaseId
The ID of the physical database.
example:43125312
@NameInMap(value="DbType") public String dbType
The type of the database engine.
example:mysql
@NameInMap(value="DbaId") public String dbaId
The user ID of the DBA in the destination database.
example:43253
@NameInMap(value="DbaName") public String dbaName
The nickname of the database administrator (DBA) in the destination database.
example:dmstest
@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. For more information, see Change the environment type of an instance.
example:product
@NameInMap(value="Host") public String host
The endpoint that is used to connect to the database.
example:rm-xxxab3r272.mysql.rds.aliyuncs.com
@NameInMap(value="InstanceAlias") public String instanceAlias
The alias of the database instance.
example:test
@NameInMap(value="InstanceId") public String instanceId
The instance ID of the destination database.
example:43215325
@NameInMap(value="OwnerIdList") public GetPhysicalDatabaseResponseBody.GetPhysicalDatabaseResponseBodyDatabaseOwnerIdList ownerIdList
The user IDs of the database owners.
@NameInMap(value="OwnerNameList") public GetPhysicalDatabaseResponseBody.GetPhysicalDatabaseResponseBodyDatabaseOwnerNameList ownerNameList
The nicknames of the database owners.
@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:: If the database is a PostgreSQL database, the name of the mode is displayed.
dmstest
@NameInMap(value="SearchName") public String searchName
The name that is used for searching the database.
example:@NameInMap(value="Sid") public String sid
The system ID (SID) of the database.
example:: The value of the parameter is returned only for Oracle databases.
def
@NameInMap(value="State") public String state
The state of the database. Valid values:
NORMAL
public static GetPhysicalDatabaseResponseBody.GetPhysicalDatabaseResponseBodyDatabase build(Map<String,?> map) throws Exception
Exceptionpublic GetPhysicalDatabaseResponseBody.GetPhysicalDatabaseResponseBodyDatabase setCatalogName(String catalogName)
public String getCatalogName()
public GetPhysicalDatabaseResponseBody.GetPhysicalDatabaseResponseBodyDatabase setDatabaseId(String databaseId)
public String getDatabaseId()
public GetPhysicalDatabaseResponseBody.GetPhysicalDatabaseResponseBodyDatabase setDbType(String dbType)
public String getDbType()
public GetPhysicalDatabaseResponseBody.GetPhysicalDatabaseResponseBodyDatabase setDbaId(String dbaId)
public String getDbaId()
public GetPhysicalDatabaseResponseBody.GetPhysicalDatabaseResponseBodyDatabase setDbaName(String dbaName)
public String getDbaName()
public GetPhysicalDatabaseResponseBody.GetPhysicalDatabaseResponseBodyDatabase setEncoding(String encoding)
public String getEncoding()
public GetPhysicalDatabaseResponseBody.GetPhysicalDatabaseResponseBodyDatabase setEnvType(String envType)
public String getEnvType()
public GetPhysicalDatabaseResponseBody.GetPhysicalDatabaseResponseBodyDatabase setHost(String host)
public String getHost()
public GetPhysicalDatabaseResponseBody.GetPhysicalDatabaseResponseBodyDatabase setInstanceAlias(String instanceAlias)
public String getInstanceAlias()
public GetPhysicalDatabaseResponseBody.GetPhysicalDatabaseResponseBodyDatabase setInstanceId(String instanceId)
public String getInstanceId()
public GetPhysicalDatabaseResponseBody.GetPhysicalDatabaseResponseBodyDatabase setOwnerIdList(GetPhysicalDatabaseResponseBody.GetPhysicalDatabaseResponseBodyDatabaseOwnerIdList ownerIdList)
public GetPhysicalDatabaseResponseBody.GetPhysicalDatabaseResponseBodyDatabaseOwnerIdList getOwnerIdList()
public GetPhysicalDatabaseResponseBody.GetPhysicalDatabaseResponseBodyDatabase setOwnerNameList(GetPhysicalDatabaseResponseBody.GetPhysicalDatabaseResponseBodyDatabaseOwnerNameList ownerNameList)
public GetPhysicalDatabaseResponseBody.GetPhysicalDatabaseResponseBodyDatabaseOwnerNameList getOwnerNameList()
public GetPhysicalDatabaseResponseBody.GetPhysicalDatabaseResponseBodyDatabase setPort(Integer port)
public Integer getPort()
public GetPhysicalDatabaseResponseBody.GetPhysicalDatabaseResponseBodyDatabase setSchemaName(String schemaName)
public String getSchemaName()
public GetPhysicalDatabaseResponseBody.GetPhysicalDatabaseResponseBodyDatabase setSearchName(String searchName)
public String getSearchName()
public GetPhysicalDatabaseResponseBody.GetPhysicalDatabaseResponseBodyDatabase setSid(String sid)
public String getSid()
public GetPhysicalDatabaseResponseBody.GetPhysicalDatabaseResponseBodyDatabase setState(String state)
public String getState()
Copyright © 2025. All rights reserved.