INPUT_OBJECT
BulkCreateFilesetsInput
Description
Input for creating multiple filesets.
link GraphQL Schema definition
- input BulkCreateFilesetsInput {
- # Required. UUID used to identify the cluster the request goes to.
- String! :
- # Required. For each fileset, specify a template id along with either host id or
- # share id. If a share id is provided, the host id will be inferred from the host
- # share.
- FilesetCreateInput!]! : [
- }