Enum Volume.State (0.18.0)

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

The possible states for a storage volume.

Protobuf enum google.cloud.baremetalsolution.v2.Volume.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CREATING

The storage volume is being created.

CREATING = 1;

CREATING_VALUE

The storage volume is being created.

CREATING = 1;

DELETING

The storage volume has been requested to be deleted.

DELETING = 3;

DELETING_VALUE

The storage volume has been requested to be deleted.

DELETING = 3;

READY

The storage volume is ready for use.

READY = 2;

READY_VALUE

The storage volume is ready for use.

READY = 2;

STATE_UNSPECIFIED

The storage volume is in an unknown state.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

The storage volume is in an unknown state.

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