ENUM
RscUpgradeStatusType
Description
Represents the RSC upgrade status for a Rubrik cluster.
link GraphQL Schema definition
- enum RscUpgradeStatusType {
- # Represents that the Rubrik cluster is undergoing a CDM-only operation.
- # Represents that the Rubrik cluster is disconnected.
- # Represents that the download job is running in the Rubrik cluster.
- # Represents that the download job failed in the Rubrik cluster.
- # Represents that the upgrade status of the Rubrik cluster is not initialized.
- # Represents that upgrade prechecks are running in the Rubrik cluster.
- # Represents that the Rubrik cluster has one or more upgrade precheck failures.
- # Represents that the Rubrik cluster is ready to download a new tarball.
- # Represents that the Rubrik cluster is ready for upgrade.
- # Represents that the upgrade is being rolled back in the Rubrik cluster.
- # Represents that the upgrade rollback has failed in the Rubrik cluster.
- # Represents that the upgrade status of the Rubrik cluster is not known.
- # Represents that the upgrade has failed in the Rubrik cluster.
- # Represents that the Rubrik cluster is upgrading.
- # Represents that the latest triggered operation is waiting to start in the Rubrik
- # cluster.
- }