public enum DiskMigrationJob.Types.State
Reference documentation and code samples for the VM Migration v1 API enum DiskMigrationJob.Types.State.
The possible values of the state/health of DiskMigrationJob.
Namespace
Google.Cloud.VMMigration.V1Assembly
Google.Cloud.VMMigration.V1.dll
Fields |
|
---|---|
Name | Description |
Cancelled |
The migration was cancelled. |
Cancelling |
Migration cancellation was initiated. |
Failed |
The migration process encountered an unrecoverable error and was aborted. |
Ready |
The initial state of the disk migration. In this state the customers can update the target details. |
Running |
The migration is active, and it's running or scheduled to run. |
Succeeded |
The migration completed successfully. |
Unspecified |
The state is unspecified. This is not in use. |