OBJECT

CascadingArchivalLocationToClusterMapping

Description

Mapping between the cascading archival location and the Rubrik cluster.

link GraphQL Schema definition

  • type CascadingArchivalLocationToClusterMapping {
  • # Cluster on which you created the archival location.
  • cluster: SlaDataLocationCluster
  • # Location used as the archival target.
  • location: Target
  • }