public enum Protocols extends Enum<Protocols> implements ProtocolMessageEnum
Protocols is an enum of all the supported network protocols for a volume.
Protobuf enum google.cloud.netapp.v1.Protocols
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
NFSV3 |
NFS V3 protocol |
NFSV3_VALUE |
NFS V3 protocol |
NFSV4 |
NFS V4 protocol |
NFSV4_VALUE |
NFS V4 protocol |
PROTOCOLS_UNSPECIFIED |
Unspecified protocol |
PROTOCOLS_UNSPECIFIED_VALUE |
Unspecified protocol |
SMB |
SMB protocol |
SMB_VALUE |
SMB protocol |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |