OBJECT
SlaDataLocationCluster
Description
Cluster specific information.
link GraphQL Schema definition
- type SlaDataLocationCluster {
- # 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! :
- }