OBJECT
FailoverClusterNodeOrder
Description
Supported in v5.2+
link GraphQL Schema definition
- type FailoverClusterNodeOrder {
- # Required. Supported in v5.2+
- # ID of the failover cluster node.
- String! :
- # Required. Supported in v5.2+
- # An integer that specifies the place occupied by this node in the failover
- # cluster app backup order.
- Int! :
- # Supported in v5.3+
- # The name of the failover cluster node.
- String :
- }