INPUT_OBJECT
CloudDirectCheckSharePathReq
Description
CloudDirectCheckSharePathReq represents a request to check if a share path is accessible.
link GraphQL Schema definition
- input CloudDirectCheckSharePathReq {
- # The UUID of the cluster to use for validation.
- : UUID!
- # The host or server address to check.
- : String!
- # SMB password for authentication, optional and only used for SMB shares.
- : String
- # The export path to validate.
- : String!
- # Protocol of the export to check
- : CloudDirectNasProtocolType!
- # SMB username for authentication, optional and only used for SMB shares.
- : String
- }