state property
State of the DiskMigrationJob.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : The state is unspecified. This is not in use.
- "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.
- "CANCELLING" : Migration cancellation was initiated.
- "CANCELLED" : The migration was cancelled.
- "FAILED" : The migration process encountered an unrecoverable error and was aborted.
Implementation
core.String? state;