Database
A set of methods for managing MySQL databases.
JSON Representation
{
"name": "string",
"clusterId": "string"
}
Field | Description |
---|---|
name | string Name of the database. |
clusterId | string ID of the MySQL cluster that the database belongs to. |
Methods
Method | Description |
---|---|
create | Creates a new MySQL database in the specified cluster. |
delete | Deletes the specified MySQL database. |
get | Returns the specified MySQL database. |
list | Retrieves the list of MySQL databases in the specified cluster. |