Compute V1 Client - Class State (2.0.0)

Reference documentation and code samples for the Compute V1 Client class State.

[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.

Protobuf type google.cloud.compute.v1.StoragePool.State

Namespace

Google \ Cloud \ Compute \ V1 \ StoragePool

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UNDEFINED_STATE

Value: 0

A value indicating that the enum field is not set.

Generated from protobuf enum UNDEFINED_STATE = 0;

CREATING

Value: 455564985

StoragePool is provisioning

Generated from protobuf enum CREATING = 455564985;

DELETING

Value: 528602024

StoragePool is deleting.

Generated from protobuf enum DELETING = 528602024;

FAILED

Value: 455706685

StoragePool creation failed.

Generated from protobuf enum FAILED = 455706685;

READY

Value: 77848963

StoragePool is ready for use.

Generated from protobuf enum READY = 77848963;