ENUM

CloudDirectNasVendorType

Description

NAS Cloud Direct System vendor type.

link GraphQL Schema definition

  • enum CloudDirectNasVendorType {
  • # Azure files.
  • AZURE_FILES
  • # Pure FlashBlade.
  • FLASHBLADE
  • # AWS FSx for NetApp ONTAP.
  • FSXN
  • # Generic NAS.
  • GENERIC
  • # Generic S3.
  • GENERIC_S3
  • # Isilon.
  • ISILON
  • # NetApp.
  • NETAPP
  • # Nutanix.
  • NUTANIX
  • # Nutanix file server.
  • NUTANIX_FILESERVER
  • # Qumulo.
  • QUMULO
  • # Unspecified vendor type.
  • UNSPECIFIED
  • }