Migration Center V1 API - Module Google::Cloud::MigrationCenter::V1::ImportJob::ImportJobState (v0.2.2)

Reference documentation and code samples for the Migration Center V1 API module Google::Cloud::MigrationCenter::V1::ImportJob::ImportJobState.

Enumerates possible states of an import job.

Constants

IMPORT_JOB_STATE_UNSPECIFIED

value: 0
Default value.

IMPORT_JOB_STATE_PENDING

value: 1
The import job is pending.

IMPORT_JOB_STATE_RUNNING

value: 2
The processing of the import job is ongoing.

IMPORT_JOB_STATE_COMPLETED

value: 3
The import job processing has completed.

IMPORT_JOB_STATE_FAILED

value: 4
The import job failed to be processed.

IMPORT_JOB_STATE_VALIDATING

value: 5
The import job is being validated.

IMPORT_JOB_STATE_FAILED_VALIDATION

value: 6
The import job contains blocking errors.

IMPORT_JOB_STATE_READY

value: 7
The validation of the job completed with no blocking errors.