OBJECT
ReplicationSpecV2
Description
Replication specification.
link GraphQL Schema definition
- type ReplicationSpecV2 {
- # Retention duration.
- Duration :
- # Time snapshot is kept on local target cluster.
- Duration :
- # Cascading Archival Specifications.
- CascadingArchivalSpec!]! : [
- # Replication target mapping.
- TargetMapping :
- # Rubrik cluster used as the replication target.
- SlaReplicationCluster :
- # Datacenter replication pairs.
- SlaReplicationPair!] : [
- # AWS region.
- String! :
- # Azure Region.
- String! :
- # AWS location used as the replication target.
- AwsReplicationTarget! :
- # Azure location used as the replication target.
- AzureReplicationTarget! :
- }