ENUM

ClusterNodePosition

Description

Represents the position of the node in a Rubrik chassis.

link GraphQL Schema definition

  • enum ClusterNodePosition {
  • # Left bottom node in the Rubrik chassis.
  • LEFT_BOTTOM
  • # Left top node in the Rubrik chassis.
  • LEFT_TOP
  • # Right bottom node in the Rubrik chassis.
  • RIGHT_BOTTOM
  • # Right top node in the Rubrik chassis.
  • RIGHT_TOP
  • }