Enum StoragePool.State (1.53.0)

public enum StoragePool.State extends Enum<StoragePool.State> implements ProtocolMessageEnum

[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 enum google.cloud.compute.v1.StoragePool.State

Implements

ProtocolMessageEnum

Static Fields

Name Description
CREATING

StoragePool is provisioning

CREATING = 455564985;

CREATING_VALUE

StoragePool is provisioning

CREATING = 455564985;

DELETING

StoragePool is deleting.

DELETING = 528602024;

DELETING_VALUE

StoragePool is deleting.

DELETING = 528602024;

FAILED

StoragePool creation failed.

FAILED = 455706685;

FAILED_VALUE

StoragePool creation failed.

FAILED = 455706685;

READY

StoragePool is ready for use.

READY = 77848963;

READY_VALUE

StoragePool is ready for use.

READY = 77848963;

UNDEFINED_STATE

A value indicating that the enum field is not set.

UNDEFINED_STATE = 0;

UNDEFINED_STATE_VALUE

A value indicating that the enum field is not set.

UNDEFINED_STATE = 0;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()