ENUM

ReplicationType

Description

Type of replication.

link GraphQL Schema definition

  • enum ReplicationType {
  • # Replication to cloud location.
  • REPLICATION_TO_CLOUD_LOCATION
  • # Replication to the cloud region.
  • REPLICATION_TO_CLOUD_REGION
  • # Unidirectional replication to the Rubrik CDM cluster.
  • UNIDIRECTIONAL_REPLICATION_TO_CLUSTER
  • # Replication type unknown.
  • UNKNOWN_REPLICATION_TYPE
  • }