Enum Replication.State (0.13.0)

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

The replication states New enum values may be added in future to indicate possible new states.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CREATING

Replication is creating.

CREATING = 1;

CREATING_VALUE

Replication is creating.

CREATING = 1;

DELETING

Replication is deleting.

DELETING = 5;

DELETING_VALUE

Replication is deleting.

DELETING = 5;

ERROR

Replication is in error state.

ERROR = 6;

ERROR_VALUE

Replication is in error state.

ERROR = 6;

READY

Replication is ready.

READY = 2;

READY_VALUE

Replication is ready.

READY = 2;

STATE_UNSPECIFIED

Unspecified replication State

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Unspecified replication State

STATE_UNSPECIFIED = 0;

UNRECOGNIZED
UPDATING

Replication is updating.

UPDATING = 3;

UPDATING_VALUE

Replication is updating.

UPDATING = 3;

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