public class EditLogicDatabaseShrinkRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
alias
The alias of the logical database.
|
String |
databaseIdsShrink
The IDs of the physical databases that compose the logical database.
|
Long |
logicDbId
The ID of the logical database.
|
Long |
tid
The ID of the tenant.
|
| 构造器和说明 |
|---|
EditLogicDatabaseShrinkRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static EditLogicDatabaseShrinkRequest |
build(Map<String,?> map) |
String |
getAlias() |
String |
getDatabaseIdsShrink() |
Long |
getLogicDbId() |
Long |
getTid() |
EditLogicDatabaseShrinkRequest |
setAlias(String alias) |
EditLogicDatabaseShrinkRequest |
setDatabaseIdsShrink(String databaseIdsShrink) |
EditLogicDatabaseShrinkRequest |
setLogicDbId(Long logicDbId) |
EditLogicDatabaseShrinkRequest |
setTid(Long tid) |
@NameInMap(value="Alias") public String alias
This parameter is required.
example:test_logic_db
@NameInMap(value="DatabaseIds") public String databaseIdsShrink
This parameter is required.
@NameInMap(value="LogicDbId") public Long logicDbId
The ID of the logical database. You can call the ListLogicDatabases 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 Data Management (DMS) console. For more information, see the "View information about the current tenant" section of the Manage DMS tenants topic.
3***
public static EditLogicDatabaseShrinkRequest build(Map<String,?> map) throws Exception
Exceptionpublic EditLogicDatabaseShrinkRequest setAlias(String alias)
public String getAlias()
public EditLogicDatabaseShrinkRequest setDatabaseIdsShrink(String databaseIdsShrink)
public String getDatabaseIdsShrink()
public EditLogicDatabaseShrinkRequest setLogicDbId(Long logicDbId)
public Long getLogicDbId()
public EditLogicDatabaseShrinkRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.