INPUT_OBJECT

GenericNasSystemParametersInput

Description

Supported in v7.0+ v7.0-v8.0: v8.1+: Protocol support and SMB credentials for a NAS system.

link GraphQL Schema definition

  • input GenericNasSystemParametersInput {
  • # Supported in v7.0+
  • # The credentials to access SMB server.
  • smbCredentials: GenericNasSystemCredentialsInput
  • # Required. Supported in v7.0+
  • # Specifies whether to enable NFS for this server.
  • hasNfsSupport: Boolean!
  • # Required. Supported in v7.0+
  • # Specifies whether to enable SMB for this server.
  • hasSmbSupport: Boolean!
  • }