Module: Google::Cloud::Compute::V1::Instance::Status

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

Overview

[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.

Constant Summary collapse

UNDEFINED_STATUS =

A value indicating that the enum field is not set.

0
DEPROVISIONING =

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

428935662
PROVISIONING =

Resources are being allocated for the instance.

290896621
REPAIRING =

The instance is in repair.

413483285
RUNNING =

The instance is running.

121282975
STAGING =

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

431072283
STOPPED =

The instance has stopped successfully.

444276141
STOPPING =

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

350791796
SUSPENDED =

The instance has suspended.

51223995
SUSPENDING =

The instance is suspending.

514206246
TERMINATED =

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

250018339