Enum Replication.MirrorState (0.1.0)

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

Mirroring states. No new value is expected to be added in future.

Protobuf enum google.cloud.netapp.v1beta1.Replication.MirrorState

Implements

ProtocolMessageEnum

Static Fields

NameDescription
MIRRORED

Destination volume has been initialized and is ready to receive replication transfers.

MIRRORED = 2;

MIRRORED_VALUE

Destination volume has been initialized and is ready to receive replication transfers.

MIRRORED = 2;

MIRROR_STATE_UNSPECIFIED

Unspecified MirrorState

MIRROR_STATE_UNSPECIFIED = 0;

MIRROR_STATE_UNSPECIFIED_VALUE

Unspecified MirrorState

MIRROR_STATE_UNSPECIFIED = 0;

PREPARING

Destination volume is being prepared.

PREPARING = 1;

PREPARING_VALUE

Destination volume is being prepared.

PREPARING = 1;

STOPPED

Destination volume is not receiving replication transfers.

STOPPED = 3;

STOPPED_VALUE

Destination volume is not receiving replication transfers.

STOPPED = 3;

TRANSFERRING

Replication is in progress.

TRANSFERRING = 4;

TRANSFERRING_VALUE

Replication is in progress.

TRANSFERRING = 4;

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