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

Reference documentation and code samples for the Google Cloud Bare Metal Solution V2 Client class State.

The possible states for the LUN.

Protobuf type google.cloud.baremetalsolution.v2.Lun.State

Namespace

Google \ Cloud \ BareMetalSolution \ V2 \ Lun

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

The LUN is in an unknown state.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

CREATING

Value: 1

The LUN is being created.

Generated from protobuf enum CREATING = 1;

UPDATING

Value: 2

The LUN is being updated.

Generated from protobuf enum UPDATING = 2;

READY

Value: 3

The LUN is ready for use.

Generated from protobuf enum READY = 3;

DELETING

Value: 4

The LUN has been requested to be deleted.

Generated from protobuf enum DELETING = 4;

COOL_OFF

Value: 5

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

Generated from protobuf enum COOL_OFF = 5;