public class GetTableDBTopologyRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
GetTableDBTopologyRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetTableDBTopologyRequest |
build(Map<String,?> map) |
String |
getTableGuid() |
Long |
getTid() |
GetTableDBTopologyRequest |
setTableGuid(String tableGuid) |
GetTableDBTopologyRequest |
setTid(Long tid) |
@NameInMap(value="TableGuid") public String tableGuid
The GUID of the table in DMS.
If the database to which the table belongs is a logical database, you can call the ListLogicTables operation to obtain the GUID. The value of the ReturnGuid parameter must be set to true.
If the database to which the table belongs is a physical database, you can call the ListTables operation to obtain the GUID. The value of the ReturnGuid parameter must be set to true.
This parameter is required.
example:IDB_L_9032.db-test.yuyang_test
@NameInMap(value="Tid") public Long tid
The ID of the tenant.
example:To view the tenant ID, move the pointer over the profile picture in the upper-right corner of the Data Management (DMS) console. For more information, see Manage DMS tenants.
3***
public static GetTableDBTopologyRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetTableDBTopologyRequest setTableGuid(String tableGuid)
public String getTableGuid()
public GetTableDBTopologyRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.