public enum CloneJob.Types.State
Reference documentation and code samples for the VM Migration v1 API enum CloneJob.Types.State.
Possible states of the clone job.
Namespace
Google.Cloud.VMMigration.V1Assembly
Google.Cloud.VMMigration.V1.dll
Fields |
|
---|---|
Name | Description |
Active |
The clone job is active and running. |
AdaptingOs |
OS adaptation is running as part of the clone job to generate license. |
Cancelled |
The clone job was cancelled. |
Cancelling |
The clone job is being cancelled. |
Failed |
The clone job finished with errors. |
Pending |
The clone job has not yet started. |
Succeeded |
The clone job finished successfully. |
Unspecified |
The state is unknown. This is used for API compatibility only and is not used by the system. |