Enum Volume.StorageType (0.5.0)

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

The storage type for a volume.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
HDD

This storage type for this volume is HDD.

HDD = 2;

HDD_VALUE

This storage type for this volume is HDD.

HDD = 2;

SSD

The storage type for this volume is SSD.

SSD = 1;

SSD_VALUE

The storage type for this volume is SSD.

SSD = 1;

STORAGE_TYPE_UNSPECIFIED

The storage type for this volume is unknown.

STORAGE_TYPE_UNSPECIFIED = 0;

STORAGE_TYPE_UNSPECIFIED_VALUE

The storage type for this volume 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()