public class SyncInstanceMetaRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Boolean |
ignoreTable
Specifies whether to skip synchronization for the metadata of table dictionaries.
|
String |
instanceId
The ID of the instance.
|
Long |
tid
The ID of the tenant.
|
| 构造器和说明 |
|---|
SyncInstanceMetaRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static SyncInstanceMetaRequest |
build(Map<String,?> map) |
Boolean |
getIgnoreTable() |
String |
getInstanceId() |
Long |
getTid() |
SyncInstanceMetaRequest |
setIgnoreTable(Boolean ignoreTable) |
SyncInstanceMetaRequest |
setInstanceId(String instanceId) |
SyncInstanceMetaRequest |
setTid(Long tid) |
@NameInMap(value="IgnoreTable") public Boolean ignoreTable
Specifies whether to skip synchronization for the metadata of table dictionaries. Valid values:
true
@NameInMap(value="InstanceId") public String instanceId
The ID of the instance.
This parameter is required.
example:12***
@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 SyncInstanceMetaRequest build(Map<String,?> map) throws Exception
Exceptionpublic SyncInstanceMetaRequest setIgnoreTable(Boolean ignoreTable)
public Boolean getIgnoreTable()
public SyncInstanceMetaRequest setInstanceId(String instanceId)
public String getInstanceId()
public SyncInstanceMetaRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.