OBJECT

FailoverClusterNodeOrder

Description

Supported in v5.2+

link GraphQL Schema definition

  • type FailoverClusterNodeOrder {
  • # Required. Supported in v5.2+
  • # ID of the failover cluster node.
  • nodeId: String!
  • # Required. Supported in v5.2+
  • # An integer that specifies the place occupied by this node in the failover
  • # cluster app backup order.
  • order: Int!
  • # Supported in v5.3+
  • # The name of the failover cluster node.
  • nodeName: String
  • }