INPUT_OBJECT

UpdateNasShareInput

Description

Supported in v8.1+ Input to update a manually added NAS share.

link GraphQL Schema definition

  • input UpdateNasShareInput {
  • # Supported in v8.1+
  • # Specifies whether the Isilon changelist is enabled for the share.
  • isIsilonChangelistEnabled: Boolean
  • # Supported in v8.1+
  • # The NFS export point or SMB share name for the NAS share.
  • exportPoint: String
  • # Supported in v8.1+
  • # Optional credentials to access the NAS share.
  • credentials: NasShareCredentialsInput
  • # Supported in v8.1+
  • # Managed ID of the NAS system or NAS namespace where shares will be updated.
  • nasSourceId: String
  • # Required. Supported in v8.1+
  • # ID of the NAS share that will be updated.
  • id: String!
  • }