ENUM

ClusterKeyRotationState

Description

The state of the key rotation on the Rubrik cluster.

link GraphQL Schema definition

  • enum ClusterKeyRotationState {
  • # The rotation was aborted on at least one of the nodes
  • # on the Rubrik cluster.
  • CDM_ABORTED
  • # The rotation succeeded on all of the nodes on the Rubrik cluster.
  • CDM_DONE
  • # The rotation failed on at least one of the nodes
  • # on the Rubrik cluster.
  • CDM_FAILED
  • # The rotation is in progress.
  • CDM_IN_PROGRESS
  • # Unspecified.
  • CLUSTER_ROTATION_STATE_UNSPECIFIED
  • # The rotation is scheduled on the Rubrik cluster.
  • PENDING_ON_CDM
  • }