public static class GetDBTopologyResponseBody.GetDBTopologyResponseBodyDBTopologyDBTopologyInfoList
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
catalogName
The name of the catalog to which the database belongs.
|
Long |
dbId
The ID of the database for which the schema design is executed.
|
String |
dbType
The type of the database engine.
|
String |
envType
The type of the environment to which the database belongs.
|
Long |
instanceId
The ID of the instance.
|
String |
instanceResourceId
Instance resource ID.
|
String |
instanceSource
The source of the database instance.
|
String |
regionId
The ID of the region in which the instance resides.
|
String |
schemaName
The name of the logical database.
|
String |
searchName
The name of the saved search.
|
| 构造器和说明 |
|---|
GetDBTopologyResponseBodyDBTopologyDBTopologyInfoList() |
@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 value of this parameter is the name of the database.
def
@NameInMap(value="DbId") public Long dbId
The ID of the database for which the schema design is executed.
example:423532
@NameInMap(value="DbType") public String dbType
The type of the database engine.
example:polardb
@NameInMap(value="EnvType") public String envType
The type of the environment to which the database belongs. Valid values:
dev
@NameInMap(value="InstanceId") public Long instanceId
The ID of the instance. The valid value is returned if you call the ListInstances operation. The instance ID is not the ID of the RDS instance.
example:4325325
@NameInMap(value="InstanceResourceId") public String instanceResourceId
Instance resource ID.
example:rm-xxx
@NameInMap(value="InstanceSource") public String instanceSource
The source of the database instance. Valid values:
RDS
@NameInMap(value="RegionId") public String regionId
The ID of the region in which the instance resides.
example:cn-hangzhou
@NameInMap(value="SchemaName") public String schemaName
The name of the logical database.
example:If the database is a PostgreSQL database, the value of this parameter is the name of the database schema.
db_test@rm-xxx:3306
@NameInMap(value="SearchName") public String searchName
The name of the saved search.
example:db_test
public GetDBTopologyResponseBodyDBTopologyDBTopologyInfoList()
public static GetDBTopologyResponseBody.GetDBTopologyResponseBodyDBTopologyDBTopologyInfoList build(Map<String,?> map) throws Exception
Exceptionpublic GetDBTopologyResponseBody.GetDBTopologyResponseBodyDBTopologyDBTopologyInfoList setCatalogName(String catalogName)
public String getCatalogName()
public GetDBTopologyResponseBody.GetDBTopologyResponseBodyDBTopologyDBTopologyInfoList setDbId(Long dbId)
public Long getDbId()
public GetDBTopologyResponseBody.GetDBTopologyResponseBodyDBTopologyDBTopologyInfoList setDbType(String dbType)
public String getDbType()
public GetDBTopologyResponseBody.GetDBTopologyResponseBodyDBTopologyDBTopologyInfoList setEnvType(String envType)
public String getEnvType()
public GetDBTopologyResponseBody.GetDBTopologyResponseBodyDBTopologyDBTopologyInfoList setInstanceId(Long instanceId)
public Long getInstanceId()
public GetDBTopologyResponseBody.GetDBTopologyResponseBodyDBTopologyDBTopologyInfoList setInstanceResourceId(String instanceResourceId)
public String getInstanceResourceId()
public GetDBTopologyResponseBody.GetDBTopologyResponseBodyDBTopologyDBTopologyInfoList setInstanceSource(String instanceSource)
public String getInstanceSource()
public GetDBTopologyResponseBody.GetDBTopologyResponseBodyDBTopologyDBTopologyInfoList setRegionId(String regionId)
public String getRegionId()
public GetDBTopologyResponseBody.GetDBTopologyResponseBodyDBTopologyDBTopologyInfoList setSchemaName(String schemaName)
public String getSchemaName()
public GetDBTopologyResponseBody.GetDBTopologyResponseBodyDBTopologyDBTopologyInfoList setSearchName(String searchName)
public String getSearchName()
Copyright © 2025. All rights reserved.