OBJECT

FailoverClusterSummary

Description

Supported in v5.2+

link GraphQL Schema definition

  • type FailoverClusterSummary {
  • # Required. Supported in v5.2+
  • # Connectivity status of the failover cluster.
  • connectionStatus: FailoverClusterConnectionStatus!
  • effectiveSlaHolder: EffectiveSlaHolder
  • # Required. Supported in v5.2+
  • # ID assigned to the failover cluster.
  • id: String!
  • # Required. Supported in v5.2+
  • # Cluster name assigned to the failover cluster.
  • name: String!
  • # Required. Supported in v5.2+
  • # Details of the nodes of this failover cluster.
  • nodes: [FailoverClusterNode!]!
  • # Supported in v5.2+
  • # Operating system type of the nodes in the failover cluster.
  • operatingSystemType: FailoverClusterOsType
  • # Required. Supported in v5.2+
  • primaryClusterId: String!
  • slaAssignable: SlaAssignable
  • # Supported in v5.2+
  • # SLA Domain assignment for failover cluster.
  • slaAssignment: SlaAssignment
  • }