OBJECT
CdmUpgradeReleaseDetail
Description
CDM release detail.
link GraphQL Schema definition
- type CdmUpgradeReleaseDetail {
- # Name of CDM release.
- String! :
- # Description of CDM release.
- String! :
- # CDM package release date.
- String! :
- # Release date of GA version.
- String! :
- # Download link to tarball.
- String! :
- # Release notes link.
- String! :
- # Md5Sum of the package.
- String! :
- # Size of CDM package.
- Long! :
- # Is this a recommended version.
- Boolean! :
- # Is cluster upgradeable to version.
- Boolean! :
- # End of support date for version.
- String! :
- # The customer adoption status of the Rubrik CDM release.
- AdoptionStatus! :
- # The end of support status of the Rubrik CDM release.
- EosStatus! :
- }