ENUM

CloudDirectNasProtocolType

Description

NAS Cloud Direct system protocol type.

link GraphQL Schema definition

  • enum CloudDirectNasProtocolType {
  • # Network file system protocol.
  • NFS
  • # Network file system protocol version 4.
  • NFSV4
  • # Network file system and server message block protocols.
  • NFS_SMB
  • # S3 protocol.
  • S3
  • # Server message block protocol.
  • SMB
  • # Unspecified protocol.
  • UNSPECIFIED
  • }