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 {
- # Required. Supported in v7.0+
- # Specifies whether to enable NFS for this server.
- Boolean! :
- # Required. Supported in v7.0+
- # Specifies whether to enable SMB for this server.
- Boolean! :
- # Supported in v7.0+
- # The credentials to access SMB server.
- GenericNasSystemCredentialsInput :
- }