ENUM
ManagedVolumeState
Description
Supported in v5.0+ State of a managed volume.
link GraphQL Schema definition
- enum ManagedVolumeState {
- # Specifies that the Managed Volume is in destroyed state.
- # Specifies that the Managed Volume is in exported state.
- # Specifies that the Managed Volume is exporting.
- # Specifies that export has been requested for the Managed Volume.
- # Specifies that the Managed Volume is in resetting state.
- # Specifies that reset has been requested for the Managed Volume.
- # Specifies that resize has been requested for the Managed Volume.
- # Specifies that the Managed Volume is in resizing state.
- # Specifies that the Managed Volume is in snapshotting state.
- # Specifies that a snapshot has been requested for the Managed Volume.
- # Specifies that the Managed Volume is in unexporting state.
- # Specifies that unexport has been requested for the Managed Volume.
- }