GetMigrationJobsJob

data class GetMigrationJobsJob(val dataInitialization: Boolean, val dataSynchronization: Boolean, val dbList: String, val destinationEndpointDataBaseName: String, val destinationEndpointEngineName: String, val destinationEndpointInstanceId: String, val destinationEndpointInstanceType: String, val destinationEndpointIp: String, val destinationEndpointOracleSid: String, val destinationEndpointPort: String, val destinationEndpointRegion: String, val destinationEndpointUserName: String, val dtsInstanceId: String, val dtsJobId: String, val dtsJobName: String, val id: String, val paymentType: String, val sourceEndpointDatabaseName: String, val sourceEndpointEngineName: String, val sourceEndpointInstanceId: String, val sourceEndpointInstanceType: String, val sourceEndpointIp: String, val sourceEndpointOracleSid: String, val sourceEndpointOwnerId: String, val sourceEndpointPort: String, val sourceEndpointRegion: String, val sourceEndpointRole: String, val sourceEndpointUserName: String, val status: String, val structureInitialization: Boolean)

Constructors

Link copied to clipboard
constructor(dataInitialization: Boolean, dataSynchronization: Boolean, dbList: String, destinationEndpointDataBaseName: String, destinationEndpointEngineName: String, destinationEndpointInstanceId: String, destinationEndpointInstanceType: String, destinationEndpointIp: String, destinationEndpointOracleSid: String, destinationEndpointPort: String, destinationEndpointRegion: String, destinationEndpointUserName: String, dtsInstanceId: String, dtsJobId: String, dtsJobName: String, id: String, paymentType: String, sourceEndpointDatabaseName: String, sourceEndpointEngineName: String, sourceEndpointInstanceId: String, sourceEndpointInstanceType: String, sourceEndpointIp: String, sourceEndpointOracleSid: String, sourceEndpointOwnerId: String, sourceEndpointPort: String, sourceEndpointRegion: String, sourceEndpointRole: String, sourceEndpointUserName: String, status: String, structureInitialization: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether or not to execute DTS supports schema migration, full data migration, or full-data initialization.

Link copied to clipboard

Whether to perform incremental data migration for migration types or synchronization values include:

Link copied to clipboard

The Migration object, in the format of JSON strings.

Link copied to clipboard

The name of migrate the database.

Link copied to clipboard

The type of destination database.

Link copied to clipboard

The ID of destination instance.

Link copied to clipboard

The type of destination instance.

Link copied to clipboard

The ip of source endpoint.

Link copied to clipboard

The SID of Oracle database.

Link copied to clipboard

The port of source endpoint.

Link copied to clipboard

The region of destination instance.

Link copied to clipboard

The username of database account.

Link copied to clipboard

The Migration instance ID. The ID of alicloud.dts.MigrationInstance.

Link copied to clipboard

The ID of the Migration Job.

Link copied to clipboard

The name of synchronization job.

Link copied to clipboard
val id: String

The ID of the Migration Job. Its value is same as dts_job_id.

Link copied to clipboard

The payment type of the Migration Instance.

Link copied to clipboard

The name of migrate the database.

Link copied to clipboard

The type of source database.

Link copied to clipboard

The ID of source instance.

Link copied to clipboard

The type of source instance.

Link copied to clipboard

The ip of source endpoint.

Link copied to clipboard

The SID of Oracle database.

Link copied to clipboard

The Alibaba Cloud account ID to which the source instance belongs.

Link copied to clipboard

The port of source endpoint.

Link copied to clipboard

The region of source instance.

Link copied to clipboard

The name of the role configured for the cloud account to which the source instance belongs.

Link copied to clipboard

The username of database account.

Link copied to clipboard

The status of the resource.

Link copied to clipboard

Whether to perform a database table structure to migrate or initialization.