| DatabaseInstanceStatus Properties |
The DatabaseInstanceStatus type exposes the following members.
| 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.
|