hybridReplicationType property

String? hybridReplicationType
getter/setter pair

Type of the hybrid replication.

Output only. Possible string values are:

  • "HYBRID_REPLICATION_TYPE_UNSPECIFIED" : Unspecified hybrid replication type.
  • "MIGRATION" : Hybrid replication type for migration.
  • "CONTINUOUS_REPLICATION" : Hybrid replication type for continuous replication.
  • "ONPREM_REPLICATION" : New field for reversible OnPrem replication, to be used for data protection.
  • "REVERSE_ONPREM_REPLICATION" : Hybrid replication type for incremental Transfer in the reverse direction (GCNV is source and Onprem is destination)

Implementation

core.String? hybridReplicationType;