OBJECT
NasShareDetail
Description
Supported in v8.1+
link GraphQL Schema definition
- type NasShareDetail {
- # Required. Supported in v8.1+
- # The NFS export point or SMB share name for the NAS share.
- : String!
- # Required. Supported in v8.1+
- # The unique ID of the NAS Share.
- : String!
- # Type of the NAS share.
- : NasShareDetailShareType!
- }