public static class GetTableDBTopologyResponseBody.GetTableDBTopologyResponseBodyDBTopologyDataSourceList
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<GetTableDBTopologyResponseBody.GetTableDBTopologyResponseBodyDBTopologyDataSourceListDatabaseList> |
databaseList
The physical databases.
|
String |
dbType
The type of the database.
|
String |
host
The endpoint of the data source.
|
Integer |
port
The port that is used to connect to the data source.
|
String |
sid
The system ID (SID) of the data source.
|
| 构造器和说明 |
|---|
GetTableDBTopologyResponseBodyDBTopologyDataSourceList() |
@NameInMap(value="DatabaseList") public List<GetTableDBTopologyResponseBody.GetTableDBTopologyResponseBodyDBTopologyDataSourceListDatabaseList> databaseList
The physical databases.
@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="Host") public String host
The endpoint of the data source.
example:xxx.mysql.polardb.rds.aliyuncs.com
@NameInMap(value="Port") public Integer port
The port that is used to connect to the data source.
example:3306
@NameInMap(value="Sid") public String sid
The system ID (SID) of the data source.
example:def
public GetTableDBTopologyResponseBodyDBTopologyDataSourceList()
public static GetTableDBTopologyResponseBody.GetTableDBTopologyResponseBodyDBTopologyDataSourceList build(Map<String,?> map) throws Exception
Exceptionpublic GetTableDBTopologyResponseBody.GetTableDBTopologyResponseBodyDBTopologyDataSourceList setDatabaseList(List<GetTableDBTopologyResponseBody.GetTableDBTopologyResponseBodyDBTopologyDataSourceListDatabaseList> databaseList)
public List<GetTableDBTopologyResponseBody.GetTableDBTopologyResponseBodyDBTopologyDataSourceListDatabaseList> getDatabaseList()
public GetTableDBTopologyResponseBody.GetTableDBTopologyResponseBodyDBTopologyDataSourceList setDbType(String dbType)
public String getDbType()
public GetTableDBTopologyResponseBody.GetTableDBTopologyResponseBodyDBTopologyDataSourceList setHost(String host)
public String getHost()
public GetTableDBTopologyResponseBody.GetTableDBTopologyResponseBodyDBTopologyDataSourceList setPort(Integer port)
public Integer getPort()
public GetTableDBTopologyResponseBody.GetTableDBTopologyResponseBodyDBTopologyDataSourceList setSid(String sid)
public String getSid()
Copyright © 2025. All rights reserved.