Module: Google::Cloud::BareMetalSolution::V2::Volume::State

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

Overview

The possible states for a storage volume.

Constant Summary collapse

STATE_UNSPECIFIED =

The storage volume is in an unknown state.

0
CREATING =

The storage volume is being created.

1
READY =

The storage volume is ready for use.

2
DELETING =

The storage volume has been requested to be deleted.

3
UPDATING =

The storage volume is being updated.

4
COOL_OFF =

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

5