public enum InstanceStatus[Output Only] The status of the instance. This field is empty when the instance does not exist.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Fields |
|
|---|---|
| Name | Description |
Deprovisioning |
The Nanny is halted and we are performing tear down tasks like network deprogramming, releasing quota, IP, tearing down disks etc. |
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 successfully. |
Stopping |
The instance is currently stopping (either being deleted or killed). |
Suspended |
The instance has suspended. |
Suspending |
The instance is suspending. |
Terminated |
The instance has stopped (either by explicit action or underlying failure). |
UndefinedInstanceStatus |
A value indicating that the enum field is not set. |