INPUT_OBJECT
UpdateNfsTargetInput
Description
Input to edit NFS archival location.
link GraphQL Schema definition
- input UpdateNfsTargetInput {
- # Id of the NFS archival location to be edited.
- 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 :
- # Authentication type of the NFS archival location.
- AuthTypeEnum :
- # File lock period in seconds of the NFS archival location.
- Int :
- # Flag to determine if consolidation is enabled in the NFS archival location.
- Boolean :
- }