Enum Instance.State (0.3.0)

public enum Instance.State extends Enum<Instance.State> implements ProtocolMessageEnum

Represents the different states of a Parallelstore instance.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ACTIVE

The instance is available for use.

ACTIVE = 2;

ACTIVE_VALUE

The instance is available for use.

ACTIVE = 2;

CREATING

The instance is being created.

CREATING = 1;

CREATING_VALUE

The instance is being created.

CREATING = 1;

DELETING

The instance is being deleted.

DELETING = 3;

DELETING_VALUE

The instance is being deleted.

DELETING = 3;

FAILED

The instance is not usable.

FAILED = 4;

FAILED_VALUE

The instance is not usable.

FAILED = 4;

STATE_UNSPECIFIED

Not set.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Not set.

STATE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()