INPUT_OBJECT

UpdateNasNamespaceInputInput

Description

Supported in v8.1+ Input to update a NAS namespace.

link GraphQL Schema definition

  • input UpdateNasNamespaceInputInput {
  • # Required. Supported in v8.1+
  • # ID of the NAS namespace that will be updated.
  • id: String!
  • # Supported in v8.1+
  • # Optional credentials that will be used to access all the SMB shares under this
  • # NAS namespace unless overridden at the NAS share level. This is applicable for
  • # NetApp and Isilon NAS systems only.
  • smbCredentials: NasShareCredentialsInput
  • # Supported in v9.3+
  • # List of hostnames or IP addresses used for Fileset jobs on NFS shares.
  • userSelectedNfsInterfaces: [String!]
  • # Supported in v9.3+
  • # List of hostnames or IP addresses used for Fileset jobs on SMB shares.
  • userSelectedSmbInterfaces: [String!]
  • }