DatabaseInstanceStatus Class |
Namespace: net.openstack.Providers.Rackspace.Objects.Databases
The DatabaseInstanceStatus 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 DatabaseInstanceStatus instance with the specified name.
| |
ToString | Returns a string that represents the current object. (Inherited from ExtensibleEnumT.) |
Name | Description | |
---|---|---|
Active |
Gets a DatabaseInstanceStatus representing a database instance which is online and available to take requests.
| |
Backup |
Gets a DatabaseInstanceStatus representing a database instance which is currently running a backup process.
| |
Blocked |
Gets a DatabaseInstanceStatus representing a database instance which is currently unresponsive.
| |
Build |
Gets a DatabaseInstanceStatus representing a database instance which is being provisioned.
| |
Error |
Gets a DatabaseInstanceStatus representing a database instance where the last operation failed due to an error.
| |
Name |
Gets the canonical name of this member.
(Inherited from ExtensibleEnumT.) | |
Reboot |
Gets a DatabaseInstanceStatus representing a database instance which is rebooting.
| |
Resize |
Gets a DatabaseInstanceStatus representing a database instance which is being resized.
| |
Shutdown |
Gets a DatabaseInstanceStatus representing a database instance which is terminating services,
or the MySQL instance is shut down but not the actual server.
|