Module: Google::Cloud::Compute::V1::InstanceWithNamedPorts::Status

Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Overview

[Output Only] The status of the instance.

Constant Summary collapse

UNDEFINED_STATUS =

A value indicating that the enum field is not set.

0
DEPROVISIONING =

The instance is halted and we are performing tear down tasks like network deprogramming, releasing quota, IP, tearing down disks etc.

428_935_662
PROVISIONING =

Resources are being allocated for the instance.

290_896_621
REPAIRING =

The instance is in repair.

413_483_285
RUNNING =

The instance is running.

121_282_975
STAGING =

All required resources have been allocated and the instance is being started.

431_072_283
STOPPED =

The instance has stopped successfully.

444_276_141
STOPPING =

The instance is currently stopping (either being deleted or killed).

350_791_796
SUSPENDED =

The instance has suspended.

51_223_995
SUSPENDING =

The instance is suspending.

514_206_246
TERMINATED =

The instance has stopped (either by explicit action or underlying failure).

250_018_339