Enum Replication.MirrorState (0.34.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.v1.Replication.MirrorState

Implements

ProtocolMessageEnum

Static Fields

Name Description
ABORTED

Replication is aborted.

ABORTED = 6;

ABORTED_VALUE

Replication is aborted.

ABORTED = 6;

BASELINE_TRANSFERRING

Baseline replication is in progress.

BASELINE_TRANSFERRING = 5;

BASELINE_TRANSFERRING_VALUE

Baseline replication is in progress.

BASELINE_TRANSFERRING = 5;

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

Incremental replication is in progress.

TRANSFERRING = 4;

TRANSFERRING_VALUE

Incremental replication is in progress.

TRANSFERRING = 4;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()