Reference documentation and code samples for the Google Cloud Net App V1 Client class VolumeHybridReplicationType.
Type of the volume's hybrid replication.
Protobuf type google.cloud.netapp.v1.HybridReplicationParameters.VolumeHybridReplicationType
Namespace
Google \ Cloud \ NetApp \ V1 \ HybridReplicationParametersMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
VOLUME_HYBRID_REPLICATION_TYPE_UNSPECIFIED
Value: 0
Unspecified hybrid replication type.
Generated from protobuf enum VOLUME_HYBRID_REPLICATION_TYPE_UNSPECIFIED = 0;
MIGRATION
Value: 1
Hybrid replication type for migration.
Generated from protobuf enum MIGRATION = 1;
CONTINUOUS_REPLICATION
Value: 2
Hybrid replication type for continuous replication.
Generated from protobuf enum CONTINUOUS_REPLICATION = 2;
ONPREM_REPLICATION
Value: 3
New field for reversible OnPrem replication, to be used for data protection.
Generated from protobuf enum ONPREM_REPLICATION = 3;
REVERSE_ONPREM_REPLICATION
Value: 4
New field for reversible OnPrem replication, to be used for data protection.
Generated from protobuf enum REVERSE_ONPREM_REPLICATION = 4;