Reference documentation and code samples for the Google Cloud Bare Metal Solution V2 Client class StorageType.
The storage type for a volume.
Protobuf type google.cloud.baremetalsolution.v2.Volume.StorageType
Namespace
Google \ Cloud \ BareMetalSolution \ V2 \ VolumeMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STORAGE_TYPE_UNSPECIFIED
Value: 0The storage type for this volume is unknown.
Generated from protobuf enum STORAGE_TYPE_UNSPECIFIED = 0;
SSD
Value: 1The storage type for this volume is SSD.
Generated from protobuf enum SSD = 1;
HDD
Value: 2This storage type for this volume is HDD.
Generated from protobuf enum HDD = 2;