INPUT_OBJECT
CreateNasShareInput
Description
Supported in v8.1+ Input to add a NAS share manually.
link GraphQL Schema definition
- input CreateNasShareInput {
- # Supported in v8.1+
- # Optional credentials to access the NAS share.
- : NasShareCredentialsInput
- # Required. Supported in v8.1+
- # The NFS export point or SMB share name for the NAS share.
- : String!
- # Required. Supported in v8.1+
- # The type of NAS share.
- : CreateNasShareInputShareType!
- }