OBJECT
Unidirectional replication specification.
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 }