Reference documentation and code samples for the Google Cloud Net App V1 Client class MirrorState.
Mirroring states.
No new value is expected to be added in future.
Protobuf type google.cloud.netapp.v1.Replication.MirrorState
Namespace
Google \ Cloud \ NetApp \ V1 \ ReplicationMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
MIRROR_STATE_UNSPECIFIED
Value: 0
Unspecified MirrorState
Generated from protobuf enum MIRROR_STATE_UNSPECIFIED = 0;
PREPARING
Value: 1
Destination volume is being prepared.
Generated from protobuf enum PREPARING = 1;
MIRRORED
Value: 2
Destination volume has been initialized and is ready to receive replication transfers.
Generated from protobuf enum MIRRORED = 2;
STOPPED
Value: 3
Destination volume is not receiving replication transfers.
Generated from protobuf enum STOPPED = 3;
TRANSFERRING
Value: 4
Replication is in progress.
Generated from protobuf enum TRANSFERRING = 4;