protocol property
Storage protocol for the Volume.
Output only. Possible string values are:
- "PROTOCOL_UNSPECIFIED" : Value is not specified.
- "FIBRE_CHANNEL" : Fibre Channel protocol.
- "NFS" : NFS protocol means Volume is a NFS Share volume. Such volumes cannot be manipulated via Volumes API.
Implementation
core.String? protocol;