Enum Snapshot.State (0.9.0)

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

The Snapshot States

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CREATING

Snapshot State is Creating

CREATING = 2;

CREATING_VALUE

Snapshot State is Creating

CREATING = 2;

DELETING

Snapshot State is Deleting

DELETING = 3;

DELETING_VALUE

Snapshot State is Deleting

DELETING = 3;

DISABLED

Snapshot State is Disabled

DISABLED = 5;

DISABLED_VALUE

Snapshot State is Disabled

DISABLED = 5;

ERROR

Snapshot State is Error

ERROR = 6;

ERROR_VALUE

Snapshot State is Error

ERROR = 6;

READY

Snapshot State is Ready

READY = 1;

READY_VALUE

Snapshot State is Ready

READY = 1;

STATE_UNSPECIFIED

Unspecified Snapshot State

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Unspecified Snapshot State

STATE_UNSPECIFIED = 0;

UNRECOGNIZED
UPDATING

Snapshot State is Updating

UPDATING = 4;

UPDATING_VALUE

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