INPUT_OBJECT
CreateNfsReaderTargetInput
Description
Input for creating a NFS Reader Target.
link GraphQL Schema definition
- input CreateNfsReaderTargetInput {
- # Field for specifying name of the target.
- String! :
- # Field for specifying cluster UUID of the target.
- UUID! :
- # Field for specifying the host of the NFS location.
- String! :
- # Field for specifying the exported directory at the host of the NFS location.
- String! :
- # Field for specifying the version of NFS.
- Int :
- # Field for specifying the authentication type of NFS.
- AuthTypeEnum! :
- # Field for specifying other NFS options.
- String :
- # Field for specifying file lock period, in seconds.
- Int! :
- # Field for specifying destination folder of the NFS.
- String! :
- # Field for whether consolidation should be enabled or not for this target.
- Boolean! :
- # Field for specifying the encryption password.
- String :
- # Field for specifying the metadata to be retrieved from a target.
- ReaderRetrievalMethod! :
- }