ENUM

ClusterNodeRole

Description

Represents the role of a node in a dynamic scaling cluster.

link GraphQL Schema definition

  • enum ClusterNodeRole {
  • # Node is a dynamic node that can be scaled up or down.
  • DYNAMIC
  • # Node has no role assigned.
  • NONE
  • # Node is a static node in the cluster.
  • STATIC
  • }