Module: Google::Cloud::Parallelstore::V1::Instance::State

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

Overview

The possible states of a Parallelstore instance.

Constant Summary collapse

STATE_UNSPECIFIED =

Not set.

0
CREATING =

The instance is being created.

1
ACTIVE =

The instance is available for use.

2
DELETING =

The instance is being deleted.

3
FAILED =

The instance is not usable.

4
UPGRADING =

The instance is being upgraded.

5
REPAIRING =

The instance is being repaired. This should only be used by instances using the PERSISTENT deployment type.

6