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