public enum StoragePool.State extends Enum<StoragePool.State> implements ProtocolMessageEnumOutput only. [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
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
CREATING |
StoragePool is provisioning |
CREATING_VALUE |
StoragePool is provisioning |
DELETING |
StoragePool is deleting. |
DELETING_VALUE |
StoragePool is deleting. |
FAILED |
StoragePool creation failed. |
FAILED_VALUE |
StoragePool creation failed. |
READY |
StoragePool is ready for use. |
READY_VALUE |
StoragePool is ready for use. |
UNDEFINED_STATE |
A value indicating that the enum field is not set. |
UNDEFINED_STATE_VALUE |
A value indicating that the enum field is not set. |
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() |
|