Module: Google::Cloud::BareMetalSolution::V2::Lun::State

Defined in:
proto_docs/google/cloud/baremetalsolution/v2/lun.rb

Overview

The possible states for the LUN.

Constant Summary collapse

STATE_UNSPECIFIED =

The LUN is in an unknown state.

0
CREATING =

The LUN is being created.

1
UPDATING =

The LUN is being updated.

2
READY =

The LUN is ready for use.

3
DELETING =

The LUN has been requested to be deleted.

4
COOL_OFF =

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

5