Reference documentation and code samples for the Google Cloud Net App V1 Client class HybridReplicationType.
Hybrid replication type.
Protobuf type google.cloud.netapp.v1.Replication.HybridReplicationType
Namespace
Google \ Cloud \ NetApp \ V1 \ ReplicationMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
HYBRID_REPLICATION_TYPE_UNSPECIFIED
Value: 0
Unspecified hybrid replication type.
Generated from protobuf enum 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;