Enum VolumePerformanceTier (0.41.0)

public enum VolumePerformanceTier extends Enum<VolumePerformanceTier> implements ProtocolMessageEnum

Performance tier of the Volume.

Protobuf enum google.cloud.baremetalsolution.v2.VolumePerformanceTier

Implements

ProtocolMessageEnum

Static Fields

NameDescription
UNRECOGNIZED
VOLUME_PERFORMANCE_TIER_ASSIGNED

Assigned aggregates.

VOLUME_PERFORMANCE_TIER_ASSIGNED = 2;

VOLUME_PERFORMANCE_TIER_ASSIGNED_VALUE

Assigned aggregates.

VOLUME_PERFORMANCE_TIER_ASSIGNED = 2;

VOLUME_PERFORMANCE_TIER_HT

High throughput aggregates.

VOLUME_PERFORMANCE_TIER_HT = 3;

VOLUME_PERFORMANCE_TIER_HT_VALUE

High throughput aggregates.

VOLUME_PERFORMANCE_TIER_HT = 3;

VOLUME_PERFORMANCE_TIER_SHARED

Regular volumes, shared aggregates.

VOLUME_PERFORMANCE_TIER_SHARED = 1;

VOLUME_PERFORMANCE_TIER_SHARED_VALUE

Regular volumes, shared aggregates.

VOLUME_PERFORMANCE_TIER_SHARED = 1;

VOLUME_PERFORMANCE_TIER_UNSPECIFIED

Value is not specified.

VOLUME_PERFORMANCE_TIER_UNSPECIFIED = 0;

VOLUME_PERFORMANCE_TIER_UNSPECIFIED_VALUE

Value is not specified.

VOLUME_PERFORMANCE_TIER_UNSPECIFIED = 0;

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