INPUT_OBJECT

BulkUpdateNasNamespacesRequestInput

Description

Supported in v8.1+ Input to trigger update of multiple NAS namespaces.

link GraphQL Schema definition

  • input BulkUpdateNasNamespacesRequestInput {
  • # Required. Supported in v8.1+
  • # Parameters for the NAS namespace to be updated.
  • nasNamespaces: [UpdateNasNamespaceInputInput!]!
  • }