OBJECT
FailoverClusterAppConfig
Description
Supported in v5.2+
link GraphQL Schema definition
- type FailoverClusterAppConfig {
- # Supported in v5.2+
- # ID of the SLA Domain that is assigned to the specified failover cluster app.
- # Existing snapshots of the object will be retained with the configuration of
- # specified SLA Domain.
- : String
- # Required. Supported in v5.2+
- # The source used by the failover cluster app to perform fileset backups. Either a
- # virtual IP address or a node order must be specified in order for the failover
- # cluster app to perform app backup.
- : FailoverClusterAppSource
- # Required. Supported in v5.2+
- # Cluster ID of the failover cluster app.
- : String!
- : FailoverClusterType!
- # Required. Supported in v5.2+
- # Name of the failover cluster app.
- : String!
- }