Package | Description |
---|---|
com.tencentcloudapi.dts.v20211206.models |
Modifier and Type | Method and Description |
---|---|
Endpoint |
ConfigureSyncJobRequest.getDstInfo()
Get Target database information.
|
Endpoint |
SyncJobInfo.getDstInfo()
Get Target database information.
|
Endpoint[] |
SyncDBEndpointInfos.getInfo()
Get Database information
Note: This field may return null, indicating that no valid values can be obtained.
|
Endpoint |
ConfigureSyncJobRequest.getSrcInfo()
Get Source database information.
|
Endpoint |
SyncJobInfo.getSrcInfo()
Get Source database information.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigureSyncJobRequest.setDstInfo(Endpoint DstInfo)
Set Target database information.
|
void |
SyncJobInfo.setDstInfo(Endpoint DstInfo)
Set Target database information.
|
void |
SyncDBEndpointInfos.setInfo(Endpoint[] Info)
Set Database information
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
ConfigureSyncJobRequest.setSrcInfo(Endpoint SrcInfo)
Set Source database information.
|
void |
SyncJobInfo.setSrcInfo(Endpoint SrcInfo)
Set Source database information.
|
Constructor and 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.
|
Copyright © 2023. All rights reserved.