public enum ImageImportJob.Types.StateReference documentation and code samples for the VM Migration v1 API enum ImageImportJob.Types.State.
Possible states of the image import.
Namespace
Google.Cloud.VMMigration.V1Assembly
Google.Cloud.VMMigration.V1.dll
Fields |
|
|---|---|
| Name | Description |
Cancelled |
The image import was cancelled. |
Cancelling |
The image import is being cancelled. |
Failed |
The image import has finished with errors. |
Pending |
The image import has not yet started. |
Running |
The image import is active and running. |
Succeeded |
The image import has finished successfully. |
Unspecified |
The state is unknown. |