INPUT_OBJECT
UpdateNfsTargetInput
Description
Input to edit NFS archival location.
link GraphQL Schema definition
- input UpdateNfsTargetInput {
- # Export directory of the NFS archival location.
- : String
- # File lock period in seconds of the NFS archival location.
- : Int
- # Host IP address of the NFS archival location.
- : String
- # Id of the NFS archival location to be edited.
- : UUID!
- # Flag to determine if consolidation is enabled in the NFS archival location.
- : Boolean
- # Name of the NFS archival location.
- : String
- # Authentication type of the NFS archival location.
- : AuthTypeEnum
- }