public enum Status
Reference documentation and code samples for the Compute Engine v1 API enum Instance.Types.Status.
[Output Only] The status of the instance. One of the following values: PROVISIONING, STAGING, RUNNING, STOPPING, SUSPENDING, SUSPENDED, REPAIRING, and TERMINATED. For more information about the status of the instance, see Instance life cycle.
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). |
UndefinedStatus | A value indicating that the enum field is not set. |