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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
MIRRORED |
Destination volume has been initialized and is ready to receive replication transfers. |
MIRRORED_VALUE |
Destination volume has been initialized and is ready to receive replication transfers. |
MIRROR_STATE_UNSPECIFIED |
Unspecified MirrorState |
MIRROR_STATE_UNSPECIFIED_VALUE |
Unspecified MirrorState |
PREPARING |
Destination volume is being prepared. |
PREPARING_VALUE |
Destination volume is being prepared. |
STOPPED |
Destination volume is not receiving replication transfers. |
STOPPED_VALUE |
Destination volume is not receiving replication transfers. |
TRANSFERRING |
Incremental replication is in progress. |
TRANSFERRING_VALUE |
Incremental replication is in progress. |
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() |