Module: Google::Cloud::Compute::V1::ManagedInstance::InstanceStatus

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

Overview

[Output Only] The status of the instance. This field is empty when the instance does not exist. Additional supported values which may be not listed in the enum directly due to technical reasons: STOPPING SUSPENDING

Constant Summary collapse

UNDEFINED_INSTANCE_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 =
350_791_796
SUSPENDED =

The instance has suspended.

51_223_995
SUSPENDING =
514_206_246
TERMINATED =

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

250_018_339