INPUT_OBJECT

FailoverClusterAppSourceInput

Description

Supported in v5.2+

link GraphQL Schema definition

  • input FailoverClusterAppSourceInput {
  • # 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: [FailoverClusterNodeOrderInput!]
  • # Supported in v5.3+
  • # Virtual IP addresses of the failover cluster.
  • virtualIps: [String!]
  • # Virtual IP addresses of the failover cluster.
  • vips: [String!]
  • }