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!
- # Destination folder of the NFS archival location.
- : String!
- # Encryption password for the NFS archival location.
- : String
- # 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!
- # 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!
- # Version of the NFS archival location.
- : Int
- # Other options of the NFS archival location.
- : String
- }