public enum MigrationJob.Types.State
Reference documentation and code samples for the Database Migration v1 API enum MigrationJob.Types.State.
The current migration job states.
Namespace
Google.Cloud.CloudDms.V1Assembly
Google.Cloud.CloudDms.V1.dll
Fields |
|
---|---|
Name | Description |
Completed |
The migration job has been completed. |
Creating |
The migration job is being created. |
Deleted |
The migration job has been deleted. |
Deleting |
The migration job is being deleted. |
Draft |
The migration job is in draft mode and no resources are created. |
Failed |
The migration job failed. |
Maintenance |
The migration job is down for maintenance. |
NotStarted |
The migration job is created and not started. |
Restarting |
The migration job is restarting. |
Resuming |
The migration job is resuming. |
Running |
The migration job is running. |
Starting |
The migration job is starting. |
Stopped |
The migration job is currently stopped. |
Stopping |
The migration job is being stopped. |
Unspecified |
The state of the migration job is unknown. |
Updating |
The migration job is being updated. |