Google Cloud Parallelstore V1beta Client - Class State (0.3.1)

Reference documentation and code samples for the Google Cloud Parallelstore V1beta Client class State.

Represents the different states of a Parallelstore instance.

Protobuf type google.cloud.parallelstore.v1beta.Instance.State

Namespace

Google \ Cloud \ Parallelstore \ V1beta \ Instance

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

Not set.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

CREATING

Value: 1

The instance is being created.

Generated from protobuf enum CREATING = 1;

ACTIVE

Value: 2

The instance is available for use.

Generated from protobuf enum ACTIVE = 2;

DELETING

Value: 3

The instance is being deleted.

Generated from protobuf enum DELETING = 3;

FAILED

Value: 4

The instance is not usable.

Generated from protobuf enum FAILED = 4;