ENUM

AdoptionStatus

Description

The customer adoption status of the Rubrik CDM release.

link GraphQL Schema definition

  • enum AdoptionStatus {
  • # The adoption of the release is decreasing.
  • DECLINING
  • # The release has the highest adoption.
  • MOST_POPULAR
  • # The release has a high adoption.
  • POPULAR
  • # The adoption of the release is increasing.
  • RISING
  • # Unknown status.
  • UNKNOWN
  • }