ENUM

ClusterConnectionStatus

Description

Connection status of the cluster with Rubrik.

link GraphQL Schema definition

  • enum ClusterConnectionStatus {
  • # Cluster is connected to Rubrik.
  • CONNECTED
  • # Cluster is disconnected from Rubrik.
  • DISCONNECTED
  • # Cluster was not added or got removed from Rubrik.
  • NOT_ATTACHED
  • }