Module: Google::Cloud::Parallelstore::V1beta::Instance::State

Defined in:
proto_docs/google/cloud/parallelstore/v1beta/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