public enum InstanceWithNamedPorts.Types.Status
Reference documentation and code samples for the Compute Engine v1 API enum InstanceWithNamedPorts.Types.Status.
[Output Only] The status of the instance.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Fields |
|
---|---|
Name | Description |
Deprovisioning |
The instance 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. |