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
  • }