OBJECT

FailoverClusterAppSummary

Description

Supported in v5.2+

link GraphQL Schema definition

  • type FailoverClusterAppSummary {
  • # Required. Supported in v5.2+
  • # Connectivity status of the failover cluster app.
  • connectionStatus: FailoverClusterAppConnectionStatus!
  • effectiveSlaHolder: EffectiveSlaHolder
  • failoverClusterAppConfig: FailoverClusterAppConfig
  • # Supported in v5.3+
  • # The failover cluster name of the failover cluster app. The failover cluster is a
  • # group of hosts that provides high availability for running failover clustered
  • # applications.
  • failoverClusterName: String
  • # Required. Supported in v5.2+
  • # ID assigned to the failover cluster app.
  • id: String!
  • # Supported in v5.3+
  • # Failover cluster operating system type.
  • operatingSystemType: FailoverClusterOsType
  • # Required. Supported in v5.2+
  • primaryClusterId: String!
  • slaAssignable: SlaAssignable
  • # Supported in v5.2+
  • # SLA Domain assignment for failover cluster app.
  • slaAssignment: SlaAssignment
  • }