| ImageState Class |
Namespace: net.openstack.Core.Domain
The ImageState 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 ImageState instance with the specified name.
| |
| ToString | Returns a string that represents the current object. (Inherited from ExtensibleEnumT.) |
| Name | Description | |
|---|---|---|
| Active |
Gets an ImageState representing an image which is active and ready to use.
| |
| Deleted |
Gets an ImageState representing an image which has been deleted.
| |
| Error |
Gets an ImageState representing an image which failed to perform
an operation and is now in an error state.
| |
| Name |
Gets the canonical name of this member.
(Inherited from ExtensibleEnumT.) | |
| Saving |
Gets an ImageState representing an image currently being saved.
| |
| Unknown |
Gets an ImageState for an image that is currently in an unknown state.
|