Package | Description |
---|---|
com.tencentcloudapi.dts.v20211206.models |
Modifier and Type | Method and Description |
---|---|
SyncDBEndpointInfos |
ConfigureSyncJobRequest.getDstInfos()
Get 目标端信息,多节点数据库使用,且DstNodeType传cluster
|
SyncDBEndpointInfos |
SyncJobInfo.getDstInfos()
Get 目标端信息,多节点数据库使用
注意:此字段可能返回 null,表示取不到有效值。
|
SyncDBEndpointInfos |
ConfigureSyncJobRequest.getSrcInfos()
Get 源端信息,多节点数据库使用,且SrcNodeType传cluster
|
SyncDBEndpointInfos |
SyncJobInfo.getSrcInfos()
Get 源端信息,多节点数据库使用
注意:此字段可能返回 null,表示取不到有效值。
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigureSyncJobRequest.setDstInfos(SyncDBEndpointInfos DstInfos)
Set 目标端信息,多节点数据库使用,且DstNodeType传cluster
|
void |
SyncJobInfo.setDstInfos(SyncDBEndpointInfos DstInfos)
Set 目标端信息,多节点数据库使用
注意:此字段可能返回 null,表示取不到有效值。
|
void |
ConfigureSyncJobRequest.setSrcInfos(SyncDBEndpointInfos SrcInfos)
Set 源端信息,多节点数据库使用,且SrcNodeType传cluster
|
void |
SyncJobInfo.setSrcInfos(SyncDBEndpointInfos SrcInfos)
Set 源端信息,多节点数据库使用
注意:此字段可能返回 null,表示取不到有效值。
|
Constructor and Description |
---|
SyncDBEndpointInfos(SyncDBEndpointInfos source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Copyright © 2023. All rights reserved.