| VolumeState Class |
Namespace: net.openstack.Core.Domain
The VolumeState type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Indicates whether the current object is equal to another object of the same type. (Inherited from ExtensibleEnumT.) | |
| FromName |
Gets the VolumeState instance with the specified name.
| |
| ToString | Returns a string that represents the current object. (Inherited from ExtensibleEnumT.) |
| Name | Description | |
|---|---|---|
| Attaching |
Gets a VolumeState indicating the volume is attaching to an instance.
| |
| Available |
Gets a VolumeState indicating the volume is ready to be attached to an instance.
| |
| BackingUp |
Gets a VolumeState indicating the volume is being backed-up.
| |
| Creating |
Gets a VolumeState indicating the volume is being created.
| |
| Deleting |
Gets a VolumeState indicating the volume is being deleted.
| |
| Error |
Gets a VolumeState indicating an error occurred during volume creation.
| |
| ErrorDeleting |
Gets a VolumeState indicating an error occurred during volume deletion.
| |
| ErrorRestoring |
Gets a VolumeState indicating an error occurred during backup restoration to a volume.
| |
| InUse |
Gets a VolumeState indicating the volume is attached to an instance.
| |
| Name |
Gets the canonical name of this member.
(Inherited from ExtensibleEnumT.) | |
| RestoringBackup |
Gets a VolumeState indicating a backup is being restored to the volume.
|