state property

String? state
final

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

Check the State enum for the list of possible values.

Implementation

final String? state;