Reference documentation and code samples for the Google Cloud Bare Metal Solution V2 Client class State.
The possible states for a storage volume.
Protobuf type google.cloud.baremetalsolution.v2.Volume.State
Namespace
Google \ Cloud \ BareMetalSolution \ V2 \ VolumeMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0The storage volume is in an unknown state.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
CREATING
Value: 1The storage volume is being created.
Generated from protobuf enum CREATING = 1;
READY
Value: 2The storage volume is ready for use.
Generated from protobuf enum READY = 2;
DELETING
Value: 3The storage volume has been requested to be deleted.
Generated from protobuf enum DELETING = 3;
UPDATING
Value: 4The storage volume is being updated.
Generated from protobuf enum UPDATING = 4;
COOL_OFF
Value: 5The storage volume is in cool off state. It will be deleted after
expire_time.
Generated from protobuf enum COOL_OFF = 5;