Google Cloud Bare Metal Solution V2 Client - Class VolumePerformanceTier (0.5.2)

Reference documentation and code samples for the Google Cloud Bare Metal Solution V2 Client class VolumePerformanceTier.

Performance tier of the Volume.

Protobuf type google.cloud.baremetalsolution.v2.VolumePerformanceTier

Namespace

Google \ Cloud \ BareMetalSolution \ V2

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

VOLUME_PERFORMANCE_TIER_UNSPECIFIED

Value: 0

Value is not specified.

Generated from protobuf enum VOLUME_PERFORMANCE_TIER_UNSPECIFIED = 0;

VOLUME_PERFORMANCE_TIER_SHARED

Value: 1

Regular volumes, shared aggregates.

Generated from protobuf enum VOLUME_PERFORMANCE_TIER_SHARED = 1;

VOLUME_PERFORMANCE_TIER_ASSIGNED

Value: 2

Assigned aggregates.

Generated from protobuf enum VOLUME_PERFORMANCE_TIER_ASSIGNED = 2;

VOLUME_PERFORMANCE_TIER_HT

Value: 3

High throughput aggregates.

Generated from protobuf enum VOLUME_PERFORMANCE_TIER_HT = 3;