OBJECT
FailoverClusterSummary
Description
Supported in v5.2+
link GraphQL Schema definition
- type FailoverClusterSummary {
- # Required. Supported in v5.2+
- # Connectivity status of the failover cluster.
- : FailoverClusterConnectionStatus!
- : EffectiveSlaHolder
- # Required. Supported in v5.2+
- # ID assigned to the failover cluster.
- : String!
- # Required. Supported in v5.2+
- # Cluster name assigned to the failover cluster.
- : String!
- # Required. Supported in v5.2+
- # Details of the nodes of this failover cluster.
- : [FailoverClusterNode!]!
- # Supported in v5.2+
- # Operating system type of the nodes in the failover cluster.
- : FailoverClusterOsType
- # Required. Supported in v5.2+
- : String!
- : SlaAssignable
- # Supported in v5.2+
- # SLA Domain assignment for failover cluster.
- : SlaAssignment
- }