INPUT_OBJECT

CreateNasShareInput

Description

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

link GraphQL Schema definition

  • input CreateNasShareInput {
  • # Supported in v8.1+
  • # Optional credentials to access the NAS share.
  • credentials: NasShareCredentialsInput
  • # Required. Supported in v8.1+
  • # The type of NAS share.
  • shareType: CreateNasShareInputShareType!
  • # Required. Supported in v8.1+
  • # The NFS export point or SMB share name for the NAS share.
  • exportPoint: String!
  • }