OBJECT

FailoverClusterAppSource

Description

Supported in v5.2+

link GraphQL Schema definition

  • type FailoverClusterAppSource {
  • # Supported in v5.2+
  • # Specifies an order for the failover cluster nodes. Failover cluster app backups
  • # use the failover cluster nodes in the specified order.
  • nodeOrders: [FailoverClusterNodeOrder!]!
  • # Supported in v5.3+
  • # Virtual IP addresses of the failover cluster.
  • virtualIps: [String!]!
  • # Virtual IP addresses of the failover cluster.
  • vips: [String!]!
  • }