Enum StoragePool.State (0.9.0)

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

The Storage Pool States

Protobuf enum google.cloud.netapp.v1.StoragePool.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CREATING

Storage Pool State is Creating

CREATING = 2;

CREATING_VALUE

Storage Pool State is Creating

CREATING = 2;

DELETING

Storage Pool State is Deleting

DELETING = 3;

DELETING_VALUE

Storage Pool State is Deleting

DELETING = 3;

DISABLED

Storage Pool State is Disabled

DISABLED = 6;

DISABLED_VALUE

Storage Pool State is Disabled

DISABLED = 6;

ERROR

Storage Pool State is Error

ERROR = 7;

ERROR_VALUE

Storage Pool State is Error

ERROR = 7;

READY

Storage Pool State is Ready

READY = 1;

READY_VALUE

Storage Pool State is Ready

READY = 1;

RESTORING

Storage Pool State is Restoring

RESTORING = 5;

RESTORING_VALUE

Storage Pool State is Restoring

RESTORING = 5;

STATE_UNSPECIFIED

Unspecified Storage Pool State

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Unspecified Storage Pool State

STATE_UNSPECIFIED = 0;

UNRECOGNIZED
UPDATING

Storage Pool State is Updating

UPDATING = 4;

UPDATING_VALUE

Storage Pool State is Updating

UPDATING = 4;

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()