Uses of Class
com.tencentcloudapi.dts.v20211206.models.Endpoint
-
Packages that use Endpoint Package Description com.tencentcloudapi.dts.v20211206.models -
-
Uses of Endpoint in com.tencentcloudapi.dts.v20211206.models
Methods in com.tencentcloudapi.dts.v20211206.models that return Endpoint Modifier and Type Method Description EndpointConfigureSyncJobRequest. getDstInfo()Get 目标端信息,单节点数据库使用EndpointSyncJobInfo. getDstInfo()Get 目标端信息,单节点数据库使用 注意:此字段可能返回 null,表示取不到有效值。Endpoint[]SyncDBEndpointInfos. getInfo()Get 数据库信息 注意:此字段可能返回 null,表示取不到有效值。EndpointConfigureSyncJobRequest. getSrcInfo()Get 源端信息,单节点数据库使用,且SrcNodeType传singleEndpointSyncJobInfo. getSrcInfo()Get 源端信息,单节点数据库使用 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.dts.v20211206.models with parameters of type Endpoint Modifier and Type Method Description voidConfigureSyncJobRequest. setDstInfo(Endpoint DstInfo)Set 目标端信息,单节点数据库使用voidSyncJobInfo. setDstInfo(Endpoint DstInfo)Set 目标端信息,单节点数据库使用 注意:此字段可能返回 null,表示取不到有效值。voidSyncDBEndpointInfos. setInfo(Endpoint[] Info)Set 数据库信息 注意:此字段可能返回 null,表示取不到有效值。voidConfigureSyncJobRequest. setSrcInfo(Endpoint SrcInfo)Set 源端信息,单节点数据库使用,且SrcNodeType传singlevoidSyncJobInfo. setSrcInfo(Endpoint SrcInfo)Set 源端信息,单节点数据库使用 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.dts.v20211206.models with parameters of type Endpoint Constructor Description Endpoint(Endpoint 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.
-