OBJECT
FailoverClusterAppSummary
Description
Supported in v5.2+
link GraphQL Schema definition
- type FailoverClusterAppSummary {
- : FailoverClusterAppConnectionStatus!
- : EffectiveSlaHolder
- : 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.
- : String
- # Required. Supported in v5.2+
- # ID assigned to the failover cluster app.
- : String!
- : FailoverClusterOsType
- # Required. Supported in v5.2+
- : String!
- : SlaAssignable
- : SlaAssignment
- }