OBJECT

UnidirectionalReplicationSpec

Description

Unidirectional replication specification.

link GraphQL Schema definition

  • type UnidirectionalReplicationSpec {
  • # Replication target ID.
  • replicationTargetId: String!
  • # Replication target name.
  • replicationTargetName: String!
  • # Retention on replication target.
  • retention: Int!
  • # Unit of retention.
  • retentionUnit: RetentionUnit!
  • # The cluster to which this SLA will replicate the snapshots.
  • targetCluster: Cluster
  • }