state property
The state of this storage volume. Possible string values are:
- "STATE_UNSPECIFIED" : The storage volume is in an unknown state.
- "CREATING" : The storage volume is being created.
- "READY" : The storage volume is ready for use.
- "DELETING" : The storage volume has been requested to be deleted.
- "UPDATING" : The storage volume is being updated.
- "COOL_OFF" : The storage volume is in cool off state. It will be deleted
after
expire_time
.
Implementation
core.String? state;