INPUT_OBJECT
BulkAddNasSharesRequestInput
Description
Supported in v8.1+ Input to add multiple NAS shares.
link GraphQL Schema definition
- input BulkAddNasSharesRequestInput {
- # Required. Supported in v8.1+
- # Parameters for NAS share to be added.
- : [CreateNasShareInput!]!
- # Required. Supported in v8.1+
- # Managed ID of the NAS System where shares will be added.
- : String!
- }