ENUM

ClusterNodeSortBy

Description

Specifies the field by which cluster nodes are sorted.

link GraphQL Schema definition

  • enum ClusterNodeSortBy {
  • # Sort by the Rubrik appliance ID of the node.
  • BRIK_ID
  • # Sort by the IP address of the node.
  • IP_ADDRESS
  • # Sort by the ID of the node.
  • NODE_ID
  • }