Reference documentation and code samples for the Cloud Database Migration Service V1 API module Google::Cloud::CloudDMS::V1::BackgroundJobType.
The types of jobs that can be executed in the background.
Constants
BACKGROUND_JOB_TYPE_UNSPECIFIED
value: 0
Unspecified background job type.
BACKGROUND_JOB_TYPE_SOURCE_SEED
value: 1
Job to seed from the source database.
BACKGROUND_JOB_TYPE_CONVERT
value: 2
Job to convert the source database into a draft of the destination
database.
BACKGROUND_JOB_TYPE_APPLY_DESTINATION
value: 3
Job to apply the draft tree onto the destination.
BACKGROUND_JOB_TYPE_IMPORT_RULES_FILE
value: 5
Job to import and convert mapping rules from an external source such as an
ora2pg config file.