ENUM

ConnectionStatusType

Description

The connection status type enum.

link GraphQL Schema definition

  • enum ConnectionStatusType {
  • # The connection has been connected.
  • CONNECTED
  • # The connection has been disconnected.
  • DISCONNECTED
  • # Cluster is not connected to Rubrik, cannot determine the state of the cluster.
  • UNAVAILABLE
  • }

link Require by