Google Cloud Bare Metal Solution V2 Client - Class State (0.6.4)

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 \ Volume

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

The storage volume is in an unknown state.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

CREATING

Value: 1

The storage volume is being created.

Generated from protobuf enum CREATING = 1;

READY

Value: 2

The storage volume is ready for use.

Generated from protobuf enum READY = 2;

DELETING

Value: 3

The storage volume has been requested to be deleted.

Generated from protobuf enum DELETING = 3;

UPDATING

Value: 4

The storage volume is being updated.

Generated from protobuf enum UPDATING = 4;

COOL_OFF

Value: 5

The storage volume is in cool off state. It will be deleted after expire_time.

Generated from protobuf enum COOL_OFF = 5;