Click or drag to resize
DatabaseInstanceStatus Properties
This API is preliminary and subject to change.

The DatabaseInstanceStatus type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberActive
Gets a DatabaseInstanceStatus representing a database instance which is online and available to take requests.
Public propertyStatic memberBackup
Gets a DatabaseInstanceStatus representing a database instance which is currently running a backup process.
Public propertyStatic memberBlocked
Gets a DatabaseInstanceStatus representing a database instance which is currently unresponsive.
Public propertyStatic memberBuild
Gets a DatabaseInstanceStatus representing a database instance which is being provisioned.
Public propertyStatic memberError
Gets a DatabaseInstanceStatus representing a database instance where the last operation failed due to an error.
Public propertyName
Gets the canonical name of this member.
(Inherited from ExtensibleEnumT.)
Public propertyStatic memberReboot
Gets a DatabaseInstanceStatus representing a database instance which is rebooting.
Public propertyStatic memberResize
Gets a DatabaseInstanceStatus representing a database instance which is being resized.
Public propertyStatic memberShutdown
Gets a DatabaseInstanceStatus representing a database instance which is terminating services, or the MySQL instance is shut down but not the actual server.
Top
See Also