Module: Google::Cloud::CloudDMS::V1::MigrationJob::State
- Defined in:
- proto_docs/google/cloud/clouddms/v1/clouddms_resources.rb
Overview
The current migration job states.
Constant Summary collapse
- STATE_UNSPECIFIED =
The state of the migration job is unknown.
0- MAINTENANCE =
The migration job is down for maintenance.
1- DRAFT =
The migration job is in draft mode and no resources are created.
2- CREATING =
The migration job is being created.
3- NOT_STARTED =
The migration job is created and not started.
4- RUNNING =
The migration job is running.
5- FAILED =
The migration job failed.
6- COMPLETED =
The migration job has been completed.
7- DELETING =
The migration job is being deleted.
8- STOPPING =
The migration job is being stopped.
9- STOPPED =
The migration job is currently stopped.
10- DELETED =
The migration job has been deleted.
11- UPDATING =
The migration job is being updated.
12- STARTING =
The migration job is starting.
13- RESTARTING =
The migration job is restarting.
14- RESUMING =
The migration job is resuming.
15