INPUT_OBJECT

BulkDeleteFailoverClusterAppInput

Description

Input for V1BulkDeleteFailoverClusterApp.

link GraphQL Schema definition

  • input BulkDeleteFailoverClusterAppInput {
  • # Specifies whether to preserve the snapshots of the fileset that belongs to a
  • # failover cluster application. When this value is 'true,' the snapshots are
  • # preserved. The default value is 'true'.
  • preserveSnapshots: Boolean
  • # Required. The ID of each failover cluster application to delete.
  • ids: [String!]!
  • }

link Require by