Uses of Class
com.tencentcloudapi.dts.v20211206.models.SyncDBEndpointInfos
-
Packages that use SyncDBEndpointInfos Package Description com.tencentcloudapi.dts.v20211206.models -
-
Uses of SyncDBEndpointInfos in com.tencentcloudapi.dts.v20211206.models
Methods in com.tencentcloudapi.dts.v20211206.models that return SyncDBEndpointInfos Modifier and Type Method Description SyncDBEndpointInfosConfigureSyncJobRequest. getDstInfos()Get 目标端信息,多节点数据库使用,且DstNodeType传clusterSyncDBEndpointInfosSyncJobInfo. getDstInfos()Get 目标端信息,多节点数据库使用 注意:此字段可能返回 null,表示取不到有效值。SyncDBEndpointInfosConfigureSyncJobRequest. getSrcInfos()Get 源端信息,多节点数据库使用,且SrcNodeType传clusterSyncDBEndpointInfosSyncJobInfo. getSrcInfos()Get 源端信息,多节点数据库使用 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.dts.v20211206.models with parameters of type SyncDBEndpointInfos Modifier and Type Method Description voidConfigureSyncJobRequest. setDstInfos(SyncDBEndpointInfos DstInfos)Set 目标端信息,多节点数据库使用,且DstNodeType传clustervoidSyncJobInfo. setDstInfos(SyncDBEndpointInfos DstInfos)Set 目标端信息,多节点数据库使用 注意:此字段可能返回 null,表示取不到有效值。voidConfigureSyncJobRequest. setSrcInfos(SyncDBEndpointInfos SrcInfos)Set 源端信息,多节点数据库使用,且SrcNodeType传clustervoidSyncJobInfo. setSrcInfos(SyncDBEndpointInfos SrcInfos)Set 源端信息,多节点数据库使用 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.dts.v20211206.models with parameters of type SyncDBEndpointInfos Constructor 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.
-