Module: Google::Cloud::VMMigration::V1::CutoverJob::State
- Defined in:
- proto_docs/google/cloud/vmmigration/v1/vmmigration.rb
Overview
Possible states of the cutover 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 cutover job has not yet started.
1
- FAILED =
The cutover job finished with errors.
2
- SUCCEEDED =
The cutover job finished successfully.
3
- CANCELLED =
The cutover job was cancelled.
4
- CANCELLING =
The cutover job is being cancelled.
5
- ACTIVE =
The cutover job is active and running.
6
- ADAPTING_OS =
OS adaptation is running as part of the cutover job to generate license.
7