Reference documentation and code samples for the Google Cloud Filestore V1 Client class FileProtocol.
File access protocol.
Protobuf type google.cloud.filestore.v1.Instance.FileProtocol
Namespace
Google \ Cloud \ Filestore \ V1 \ InstanceMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
FILE_PROTOCOL_UNSPECIFIED
Value: 0
FILE_PROTOCOL_UNSPECIFIED serves a "not set" default value when a FileProtocol is a separate field in a message.
Generated from protobuf enum FILE_PROTOCOL_UNSPECIFIED = 0;
NFS_V3
Value: 1
NFS 3.0.
Generated from protobuf enum NFS_V3 = 1;
NFS_V4_1
Value: 2
NFS 4.1.
Generated from protobuf enum NFS_V4_1 = 2;