INPUT_OBJECT

DeleteFailoverClusterAppInput

Description

Input for V1BulkDeleteFailoverClusterApp.

link GraphQL Schema definition

  • input DeleteFailoverClusterAppInput {
  • # Specifies whether to preserve the fileset snapshots that belong to a failover
  • # cluster application. When this value is 'true', the snapshots are preserved. The
  • # default value is 'true'.
  • preserveSnapshots: Boolean
  • # Required. ID of the failover cluster app.
  • id: String!
  • }

link Require by