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.NfsShare.StorageType
Namespace
Google \ Cloud \ BareMetalSolution \ V2 \ NfsShareMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
STORAGE_TYPE_UNSPECIFIED
Value: 0
The storage type for this volume is unknown.
Generated from protobuf enum STORAGE_TYPE_UNSPECIFIED = 0;
SSD
Value: 1
The storage type for this volume is SSD.
Generated from protobuf enum SSD = 1;
HDD
Value: 2
This storage type for this volume is HDD.
Generated from protobuf enum HDD = 2;