protocol property

String? protocol
getter/setter pair

Access protocol to use for all file shares in the instance.

Defaults to NFS V3 if not set.

Optional. Immutable. Possible string values are:

  • "PROTOCOL_UNSPECIFIED" : Not set.
  • "NFSV3" : NFS 3.0.
  • "NFSV41" : NFS 4.1.

Implementation

core.String? protocol;