INPUT_OBJECT

BulkCreateNasFilesetsInput

Description

Input for creating NAS filesets.

link GraphQL Schema definition

  • input BulkCreateNasFilesetsInput {
  • # Required. Create a primary fileset and a fileset template for each NAS share,
  • # display the NAS shares if they are hidden, and return a list of fileset detail
  • # objects for all the primary filesets.
  • bulkRequest: BulkCreateNasFilesetInput!
  • }

link Require by