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

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
NameDescription
value mixed

static::value

Parameter
NameDescription
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;