OBJECT
FailoverClusterSummary
Description
Supported in v5.2+
link GraphQL Schema definition
- type FailoverClusterSummary {
- : 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!]!
- : FailoverClusterOsType
- # Required. Supported in v5.2+
- : String!
- : SlaAssignable
- : SlaAssignment
- }