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