ENUM
CloudDirectNasVendorType
Description
NAS Cloud Direct System vendor type.
link GraphQL Schema definition
- enum CloudDirectNasVendorType {
- # Azure files.
- # Azure Netapp.
- # Pure FlashArray.
- # Pure FlashBlade.
- # AWS FSx for NetApp ONTAP.
- # Generic NAS.
- @deprecated( reason: "Use specific vendor types instead of GENERIC" )
- # Generic NFS.
- # Generic NFSv4.
- # Generic S3.
- # Generic SMB.
- # GPFS.
- # Isilon.
- # NetApp.
- @deprecated( reason: "Use FSXN (AWS FSx for NetApp ONTAP) or other specific vendor types instead of NETAPP." )
- # NetApp 7-mode.
- # NetApp cluster mode.
- # Nutanix.
- # Nutanix file server.
- # Qumulo.
- # Unspecified vendor type.
- # Vast Data.
- }