OBJECT

DataLocationSupportedCluster

Description

The supported Rubrik cluster-specific information.

link GraphQL Schema definition

  • type DataLocationSupportedCluster {
  • # Name of the supported Rubrik cluster.
  • name: String!
  • # UUID of the supported Rubrik cluster.
  • uuid: String!
  • # Version of the supported Rubrik cluster.
  • version: String!
  • # API version of the supported Rubrik cluster.
  • apiVersion: String!
  • # If the Rubrik cluster is air-gapped.
  • isAirGapped: Boolean!
  • # If the cross-account cluster is archived.
  • isArchived: Boolean!
  • }

link Require by