Module: Google::Cloud::Compute::V1::StoragePool::State

Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Overview

[Output Only] The status of storage pool creation. - CREATING: Storage pool is provisioning. storagePool. - FAILED: Storage pool creation failed. - READY: Storage pool is ready for use. - DELETING: Storage pool is deleting.

Constant Summary collapse

UNDEFINED_STATE =

A value indicating that the enum field is not set.

0
CREATING =

StoragePool is provisioning

455_564_985
DELETING =

StoragePool is deleting.

528_602_024
FAILED =

StoragePool creation failed.

455_706_685
READY =

StoragePool is ready for use.

77_848_963