ENUM

ManagedVolumeShareType

Description

Supported in v5.0+ Type of exported share.

link GraphQL Schema definition

  • enum ManagedVolumeShareType {
  • # Specifies that the share type for Managed Volume is NFS.
  • MANAGED_VOLUME_SHARE_TYPE_NFS
  • # Specifies that the share type for Managed Volume is SMB.
  • MANAGED_VOLUME_SHARE_TYPE_SMB
  • }