Module: Google::Cloud::CloudDMS::V1::BackgroundJobType

Defined in:
proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb

Overview

The types of jobs that can be executed in the background.

Constant Summary collapse

BACKGROUND_JOB_TYPE_UNSPECIFIED =

Unspecified background job type.

0
BACKGROUND_JOB_TYPE_SOURCE_SEED =

Job to seed from the source database.

1
BACKGROUND_JOB_TYPE_CONVERT =

Job to convert the source database into a draft of the destination database.

2
BACKGROUND_JOB_TYPE_APPLY_DESTINATION =

Job to apply the draft tree onto the destination.

3
BACKGROUND_JOB_TYPE_IMPORT_RULES_FILE =

Job to import and convert mapping rules from an external source such as an ora2pg config file.

5