public class DeleteLogicDatabaseRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
DeleteLogicDatabaseRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DeleteLogicDatabaseRequest |
build(Map<String,?> map) |
Long |
getLogicDbId() |
Long |
getTid() |
DeleteLogicDatabaseRequest |
setLogicDbId(Long logicDbId) |
DeleteLogicDatabaseRequest |
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:1***
@NameInMap(value="Tid") public Long tid
The ID of the tenant.
example:To view the ID of the tenant, move the pointer over the profile picture in the upper-right corner of the DMS console. For more information, see the "View information about the current tenant" section of the Manage DMS tenants topic.
3***
public static DeleteLogicDatabaseRequest build(Map<String,?> map) throws Exception
Exceptionpublic DeleteLogicDatabaseRequest setLogicDbId(Long logicDbId)
public Long getLogicDbId()
public DeleteLogicDatabaseRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.