OBJECT
SlaArchivalCluster
Description
Information about the Rubrik cluster where the archival location is created.
link GraphQL Schema definition
- type SlaArchivalCluster {
- # ID of the Rubrik cluster.
- UUID! :
- # Name of the Rubrik cluster.
- String! :
- # Version of the Rubrik cluster.
- String :
- # Specific information of the Rubrik cluster.
- DataLocationClusterInfo! :
- }