ENUM

ClusterJobStatusTypeEnum

Description

Represents a Rubrik cluster's upgrade job status.

link GraphQL Schema definition

  • enum ClusterJobStatusTypeEnum {
  • # Represents that download job failed in the Rubrik cluster.
  • DownloadPackageFailed
  • # Represents that download job is running in the Rubrik cluster.
  • DownloadingPackage
  • # Represents that upgrade failed to start in the Rubrik cluster.
  • FailedToInitiateUpgrade
  • # Represents that the Rubrik cluster has one or more upgrade precheck failure.
  • PreCheckFailureError
  • # Represents that the Rubrik cluster has one or more upgrade precheck warning.
  • PreCheckFailureWarning
  • # Represents that the Rubrik cluster is ready to download a new tarball.
  • ReadyForDownload
  • # Represents that the Rubrik cluster is ready for upgrade.
  • ReadyForUpgrade
  • # Represents that upgrade has resumed in the Rubrik cluster.
  • ResumingUpgrade
  • # Represents that upgrade rollback has failed in the Rubrik cluster.
  • RollbackFailed
  • # Represents that upgrade is being rolled back in the Rubrik cluster.
  • RollingBackUpgrade
  • # Represents the Rubrik cluster's upgrade status is not known.
  • Unknown
  • # Represents that the Rubrik cluster is up-to-date.
  • UpToDate
  • # Represents that upgrade has failed in the Rubrik cluster.
  • UpgradeFailed
  • # Represents that the Rubrik cluster is upgrading.
  • Upgrading
  • }