Reference documentation and code samples for the Google Cloud Bare Metal Solution V2 Client class Protocol.
The protocol used to access the volume.
Protobuf type google.cloud.baremetalsolution.v2.VolumeConfig.Protocol
Namespace
Google \ Cloud \ BareMetalSolution \ V2 \ VolumeConfigMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
PROTOCOL_UNSPECIFIED
Value: 0
Unspecified value.
Generated from protobuf enum PROTOCOL_UNSPECIFIED = 0;
PROTOCOL_FC
Value: 1
Fibre channel.
Generated from protobuf enum PROTOCOL_FC = 1;
PROTOCOL_NFS
Value: 2
Network file system.
Generated from protobuf enum PROTOCOL_NFS = 2;