Reference documentation and code samples for the Google Cloud Bare Metal Solution V2 Client class Protocol.
Storage protocol.
Protobuf type google.cloud.baremetalsolution.v2.Volume.Protocol
Namespace
Google \ Cloud \ BareMetalSolution \ V2 \ VolumeMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
PROTOCOL_UNSPECIFIED
Value: 0
Value is not specified.
Generated from protobuf enum PROTOCOL_UNSPECIFIED = 0;
FIBRE_CHANNEL
Value: 1
Fibre Channel protocol.
Generated from protobuf enum FIBRE_CHANNEL = 1;
NFS
Value: 2
NFS protocol means Volume is a NFS Share volume.
Such volumes cannot be manipulated via Volumes API.
Generated from protobuf enum NFS = 2;