Module: Google::Cloud::VMMigration::V1::DiskMigrationJob::State

Defined in:
proto_docs/google/cloud/vmmigration/v1/vmmigration.rb

Overview

The possible values of the state/health of DiskMigrationJob.

Constant Summary collapse

STATE_UNSPECIFIED =

The state is unspecified. This is not in use.

0
READY =

The initial state of the disk migration. In this state the customers can update the target details.

1
RUNNING =

The migration is active, and it's running or scheduled to run.

3
SUCCEEDED =

The migration completed successfully.

4
CANCELLING =

Migration cancellation was initiated.

5
CANCELLED =

The migration was cancelled.

6
FAILED =

The migration process encountered an unrecoverable error and was aborted.

7