state property
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.
Output only. Possible string values are:
- "CREATING" : StoragePool is provisioning
- "DELETING" : StoragePool is deleting.
- "FAILED" : StoragePool creation failed.
- "READY" : StoragePool is ready for use.
Implementation
core.String? state;