protocol property

String? protocol
getter/setter pair

The protocol indicates the access protocol for all shares in the instance.

This field is immutable and it cannot be changed after the instance has been created. Default value: NFS_V3.

Immutable. Possible string values are:

  • "FILE_PROTOCOL_UNSPECIFIED" : FILE_PROTOCOL_UNSPECIFIED serves a "not set" default value when a FileProtocol is a separate field in a message.
  • "NFS_V3" : NFS 3.0.
  • "NFS_V4_1" : NFS 4.1.

Implementation

core.String? protocol;