protocol property

String? protocol
getter/setter pair

Protocol to mount with. Possible string values are:

  • "PROTOCOLS_UNSPECIFIED" : Unspecified protocol
  • "NFSV3" : NFS V3 protocol
  • "NFSV4" : NFS V4 protocol
  • "SMB" : SMB protocol

Implementation

core.String? protocol;