OBJECT
FailoverClusterNode
Description
Supported in v5.2+
link GraphQL Schema definition
- type FailoverClusterNode {
- : FailoverClusterNodeConnectionStatus!
- # Required. Supported in v5.2+
- # ID of the node in the failover cluster.
- : String!
- # Required. Supported in v5.2+
- # Name of the node in the failover cluster.
- : String!
- # Supported in v5.3+
- # Operating system of the node in the failover cluster.
- : String
- }