OBJECT

NasShareDetail

Description

Supported in v8.1+

link GraphQL Schema definition

  • type NasShareDetail {
  • # Required. Supported in v8.1+
  • # The unique ID of the NAS Share.
  • id: String!
  • # Required. Supported in v8.1+
  • # The NFS export point or SMB share name for the NAS share.
  • exportPoint: String!
  • # Type of the NAS share.
  • shareType: NasShareDetailShareType!
  • }