Google Cloud Net App V1 Client - Class Protocols (0.2.6)

Reference documentation and code samples for the Google Cloud Net App V1 Client class Protocols.

Protocols is an enum of all the supported network protocols for a volume.

Protobuf type google.cloud.netapp.v1.Protocols

Namespace

Google \ Cloud \ NetApp \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

PROTOCOLS_UNSPECIFIED

Value: 0

Unspecified protocol

Generated from protobuf enum PROTOCOLS_UNSPECIFIED = 0;

NFSV3

Value: 1

NFS V3 protocol

Generated from protobuf enum NFSV3 = 1;

NFSV4

Value: 2

NFS V4 protocol

Generated from protobuf enum NFSV4 = 2;

SMB

Value: 3

SMB protocol

Generated from protobuf enum SMB = 3;