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