Reference documentation and code samples for the Google Cloud Bare Metal Solution V2 Client class Type.
The types of Volumes.
Protobuf type google.cloud.baremetalsolution.v2.VolumeConfig.Type
Namespace
Google \ Cloud \ BareMetalSolution \ V2 \ VolumeConfigMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
TYPE_UNSPECIFIED
Value: 0The unspecified type.
Generated from protobuf enum TYPE_UNSPECIFIED = 0;
FLASH
Value: 1This Volume is on flash.
Generated from protobuf enum FLASH = 1;
DISK
Value: 2This Volume is on disk.
Generated from protobuf enum DISK = 2;