Module: Google::Cloud::Lustre::V1::Instance::State

Defined in:
proto_docs/google/cloud/lustre/v1/instance.rb

Overview

The possible states of an instance.

Constant Summary collapse

STATE_UNSPECIFIED =

Not set.

0
ACTIVE =

The instance is available for use.

1
CREATING =

The instance is being created and is not yet ready for use.

2
DELETING =

The instance is being deleted.

3
UPGRADING =

The instance is being upgraded.

4
REPAIRING =

The instance is being repaired.

5
STOPPED =

The instance is stopped.

6
UPDATING =

The instance is being updated.

7