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 \ V2Methods
static::name
value
mixed
static::value
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;