INPUT_OBJECT
CreateNasShareInput
Description
Supported in v8.1+ Input to add a NAS share manually.
link GraphQL Schema definition
- input CreateNasShareInput {
- # Required. Supported in v8.1+
- # The type of NAS share.
- CreateNasShareInputShareType! :
- # 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! :
- }