Google Cloud Bare Metal Solution V2 Client - Class StorageType (0.4.0)

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

The storage types for a LUN.

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

Namespace

Google \ Cloud \ BareMetalSolution \ V2 \ Lun

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

STORAGE_TYPE_UNSPECIFIED

Value: 0

The storage type for this LUN is unknown.

Generated from protobuf enum STORAGE_TYPE_UNSPECIFIED = 0;

SSD

Value: 1

This storage type for this LUN is SSD.

Generated from protobuf enum SSD = 1;

HDD

Value: 2

This storage type for this LUN is HDD.

Generated from protobuf enum HDD = 2;