OBJECT

CdmUpgradeReleaseDetail

Description

CDM release detail.

link GraphQL Schema definition

  • type CdmUpgradeReleaseDetail {
  • # Name of CDM release.
  • name: String!
  • # Description of CDM release.
  • description: String!
  • # CDM package release date.
  • releaseDate: String!
  • # Release date of GA version.
  • gaReleaseDate: String!
  • # Download link to tarball.
  • tarDownloadLink: String!
  • # Release notes link.
  • releaseNotesLink: String!
  • # Md5Sum of the package.
  • md5Sum: String!
  • # Size of CDM package.
  • size: Long!
  • # Is this a recommended version.
  • isRecommended: Boolean!
  • # Is cluster upgradeable to version.
  • isUpgradable: Boolean!
  • # End of support date for version.
  • eosDate: String!
  • # The customer adoption status of the Rubrik CDM release.
  • adoptionStatus: AdoptionStatus!
  • # The end of support status of the Rubrik CDM release.
  • eosStatus: EosStatus!
  • }