Module: Google::Cloud::MigrationCenter::V1::ImportJob::ImportJobState
- Defined in:
- proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb
Overview
Enumerates possible states of an import job.
Constant Summary collapse
- IMPORT_JOB_STATE_UNSPECIFIED =
Default value.
0
- IMPORT_JOB_STATE_PENDING =
The import job is pending.
1
- IMPORT_JOB_STATE_RUNNING =
The processing of the import job is ongoing.
2
- IMPORT_JOB_STATE_COMPLETED =
The import job processing has completed.
3
- IMPORT_JOB_STATE_FAILED =
The import job failed to be processed.
4
- IMPORT_JOB_STATE_VALIDATING =
The import job is being validated.
5
- IMPORT_JOB_STATE_FAILED_VALIDATION =
The import job contains blocking errors.
6
- IMPORT_JOB_STATE_READY =
The validation of the job completed with no blocking errors.
7