public enum Instance.Types.StateReference documentation and code samples for the License Manager v1 API enum Instance.Types.State.
VM status enum.
Namespace
Google.Cloud.LicenseManager.V1Assembly
Google.Cloud.LicenseManager.V1.dll
Fields |
|
|---|---|
| Name | Description |
Provisioning |
Resources are being allocated for the instance. |
Repairing |
The instance is in repair. |
Running |
The instance is running. |
Staging |
All required resources have been allocated and the instance is being started. |
Stopped |
The instance has stopped due to various reasons (user request, VM preemption, project freezing, etc.). |
Stopping |
The instance is currently stopping (either being deleted or terminated). |
Terminated |
The instance has failed in some way. |
Unspecified |
The Status of the VM is unspecified. |