Enum Lun.MultiprotocolType (0.3.5)

public enum Lun.MultiprotocolType extends Enum<Lun.MultiprotocolType> implements ProtocolMessageEnum

Display the operating systems present for the LUN multiprotocol type.

Protobuf enum google.cloud.baremetalsolution.v2.Lun.MultiprotocolType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
LINUX

Server with Linux OS.

LINUX = 1;

LINUX_VALUE

Server with Linux OS.

LINUX = 1;

MULTIPROTOCOL_TYPE_UNSPECIFIED

Server has no OS specified.

MULTIPROTOCOL_TYPE_UNSPECIFIED = 0;

MULTIPROTOCOL_TYPE_UNSPECIFIED_VALUE

Server has no OS specified.

MULTIPROTOCOL_TYPE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()