Module: Google::Cloud::VMMigration::V1::CloneJob::State
- Defined in:
- proto_docs/google/cloud/vmmigration/v1/vmmigration.rb
Overview
Possible states of the clone job.
Constant Summary collapse
- STATE_UNSPECIFIED =
The state is unknown. This is used for API compatibility only and is not used by the system.
0
- PENDING =
The clone job has not yet started.
1
- ACTIVE =
The clone job is active and running.
2
- FAILED =
The clone job finished with errors.
3
- SUCCEEDED =
The clone job finished successfully.
4
- CANCELLED =
The clone job was cancelled.
5
- CANCELLING =
The clone job is being cancelled.
6
- ADAPTING_OS =
OS adaptation is running as part of the clone job to generate license.
7