ENUM

ClusterRemovalState

Description

Cluster removal state.

link GraphQL Schema definition

  • enum ClusterRemovalState {
  • # Cleanup of table is in progress.
  • DATA_DELETING
  • # Cluster moves to a DisconnectingStatus state when a disconnect is initiated.
  • DISCONNECTING
  • # Cluster moves to a Failed state when it is unable to disconnect.
  • FAILED
  • # Initial state of the cluster.
  • REGISTERED
  • # Cluster moves to a Unregistered state when deletion is complete.
  • UNREGISTERED
  • # Cluster is waiting for table clean up to complete.
  • WAITING_FOR_DATA_DELETION
  • }

link Require by