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 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 =
350791796
SUSPENDED =

The instance has suspended.

51223995
SUSPENDING =
514206246
TERMINATED =

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

250018339