Bare Metal Solution v2 API - Enum Volume.Types.State (1.7.0)

public enum Volume.Types.State

Reference documentation and code samples for the Bare Metal Solution v2 API enum Volume.Types.State.

The possible states for a storage volume.

Namespace

Google.Cloud.BareMetalSolution.V2

Assembly

Google.Cloud.BareMetalSolution.V2.dll

Fields

Name Description
CoolOff

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

Creating

The storage volume is being created.

Deleting

The storage volume has been requested to be deleted.

Ready

The storage volume is ready for use.

Unspecified

The storage volume is in an unknown state.

Updating

The storage volume is being updated.