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.
- # Represents that download job is running in the Rubrik cluster.
- # Represents that upgrade failed to start in the Rubrik cluster.
- # Represents that the Rubrik cluster has one or more upgrade precheck failure.
- # Represents that the Rubrik cluster has one or more upgrade precheck warning.
- # Represents that the Rubrik cluster is ready to download a new tarball.
- # Represents that the Rubrik cluster is ready for upgrade.
- # Represents that upgrade has resumed in the Rubrik cluster.
- # Represents that upgrade rollback has failed in the Rubrik cluster.
- # Represents that upgrade is being rolled back in the Rubrik cluster.
- # Represents the Rubrik cluster's upgrade status is not known.
- # Represents that the Rubrik cluster is up-to-date.
- # Represents that upgrade has failed in the Rubrik cluster.
- # Represents that the Rubrik cluster is upgrading.
- }