Enum Lun.StorageType (0.1.1)

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

The storage types for a LUN.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
HDD

This storage type for this LUN is HDD.

HDD = 2;

HDD_VALUE

This storage type for this LUN is HDD.

HDD = 2;

SSD

This storage type for this LUN is SSD.

SSD = 1;

SSD_VALUE

This storage type for this LUN is SSD.

SSD = 1;

STORAGE_TYPE_UNSPECIFIED

The storage type for this LUN is unknown.

STORAGE_TYPE_UNSPECIFIED = 0;

STORAGE_TYPE_UNSPECIFIED_VALUE

The storage type for this LUN is unknown.

STORAGE_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()