INPUT_OBJECT
CreateNfsTargetInput
Description
Input to create the NFS archival location.
link GraphQL Schema definition
- input CreateNfsTargetInput {
- # Cluster UUID of the NFS archival location.
- UUID! :
- # Name of the NFS archival location.
- String! :
- # Host IP address of the NFS archival location.
- String! :
- # Export directory of the NFS archival location.
- String! :
- # Version of the NFS archival location.
- Int :
- # Authentication type of the NFS archival location.
- AuthTypeEnum! :
- # Other options of the NFS archival location.
- String :
- # File lock period in seconds of the NFS archival location.
- Int! :
- # Destination folder of the NFS archival location.
- String! :
- # Flag to determine if consolidation is enabled in the NFS archival location.
- Boolean! :
- # Encryption password for the NFS archival location.
- String :
- }