public class GetDBTopologyRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
GetDBTopologyRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetDBTopologyRequest |
build(Map<String,?> map) |
Long |
getLogicDbId() |
Long |
getTid() |
GetDBTopologyRequest |
setLogicDbId(Long logicDbId) |
GetDBTopologyRequest |
setTid(Long tid) |
@NameInMap(value="LogicDbId") public Long logicDbId
The ID of the logical database. You can call the ListLogicDatabases or SearchDatabase operation to query the ID of the logical database.
This parameter is required.
example:134***
@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.
43***
public static GetDBTopologyRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetDBTopologyRequest setLogicDbId(Long logicDbId)
public Long getLogicDbId()
public GetDBTopologyRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.