| CloudDatabasesProvider Class |
Namespace: net.openstack.Providers.Rackspace
The CloudDatabasesProvider type exposes the following members.
| Name | Description | |
|---|---|---|
| CloudDatabasesProvider |
Initializes a new instance of the CloudDatabasesProvider class with
the specified values.
|
| Name | Description | |
|---|---|---|
| CheckRootEnabledStatusAsync |
Checks whether or not root access has been enabled for a database instance.
| |
| CreateBackupAsync |
Create a backup of a database instance.
| |
| CreateDatabaseAsync |
Create a new database within a database instance.
| |
| CreateDatabaseInstanceAsync |
Create a new database instance.
| |
| CreateUserAsync |
Create a new user in a database instance.
| |
| EnableRootUserAsync |
Enables login from any host for the root user, and returns the root username and generated password.
| |
| GetBackupAsync |
Get information about a database instance backup by ID.
| |
| GetDatabaseInstanceAsync |
Gets a database instance by ID.
| |
| GetFlavorAsync |
Get a database instance flavor by ID.
| |
| GetUserAsync |
Get a database user by ID.
| |
| GrantUserAccessAsync |
Grant access to a database for a particular user.
| |
| ListBackupsAsync |
Get a collection of all backups for database instances in an account.
| |
| ListBackupsForInstanceAsync |
Get a collection of all backups for a particular database instance.
| |
| ListDatabaseInstancesAsync |
Gets a collection of all database instances.
| |
| ListDatabasesAsync |
Gets a collection of all databases within a database instance.
| |
| ListDatabaseUsersAsync |
Gets a collection of all users within a database instance.
| |
| ListFlavorsAsync |
Get a collection of all database instance flavors available with the provider.
| |
| ListUserAccessAsync |
Gets a list of all databases a user has permission to access.
| |
| RemoveBackupAsync |
Remove and delete a database instance backup.
| |
| RemoveDatabaseAsync |
Removes and deletes a database from a database instance.
| |
| RemoveDatabaseInstanceAsync |
Removes and deletes a database instance.
| |
| RemoveUserAsync |
Remove and delete a user from a database instance.
| |
| ResizeDatabaseInstanceAsync |
Resize the memory of the database instance.
| |
| ResizeDatabaseInstanceVolumeAsync |
Resize the volume attached to the database instance.
| |
| RestartDatabaseInstanceAsync |
Restarts the database service on the instance.
| |
| RevokeUserAccessAsync |
Revoke access to a database for a particular user.
| |
| SetUserPasswordAsync |
Set the password for a database user.
| |
| UpdateUserAsync |
Update properties of a database user.
|
| Name | Description | |
|---|---|---|
| CheckRootEnabledStatus |
Checks whether or not root access has been enabled for a database instance.
(Defined by DatabaseServiceExtensions.) | |
| CreateBackup |
Create a backup of a database instance.
(Defined by DatabaseServiceExtensions.) | |
| CreateDatabase |
Create a new database within a database instance.
(Defined by DatabaseServiceExtensions.) | |
| CreateDatabaseInstance |
Create a new database instance.
(Defined by DatabaseServiceExtensions.) | |
| CreateUser |
Create a new user in a database instance.
(Defined by DatabaseServiceExtensions.) | |
| EnableRootUser |
Enables login from any host for the root user, and returns the root username and generated password.
(Defined by DatabaseServiceExtensions.) | |
| GetBackup |
Get information about a database instance backup by ID.
(Defined by DatabaseServiceExtensions.) | |
| GetDatabaseInstance |
Gets a database instance by ID.
(Defined by DatabaseServiceExtensions.) | |
| GetFlavor |
Get a database instance flavor by ID.
(Defined by DatabaseServiceExtensions.) | |
| GetUser |
Get a database user by ID.
(Defined by DatabaseServiceExtensions.) | |
| GrantUserAccess |
Grant access to a database for a particular user.
(Defined by DatabaseServiceExtensions.) | |
| ListBackups |
Get a collection of all backups for database instances in an account.
(Defined by DatabaseServiceExtensions.) | |
| ListBackupsForInstance |
Get a collection of all backups for a particular database instance.
(Defined by DatabaseServiceExtensions.) | |
| ListDatabaseInstances |
Gets a collection of all database instances.
(Defined by DatabaseServiceExtensions.) | |
| ListDatabases |
Gets a collection of all databases within a database instance.
(Defined by DatabaseServiceExtensions.) | |
| ListDatabaseUsers |
Gets a collection of all users within a database instance.
(Defined by DatabaseServiceExtensions.) | |
| ListFlavors |
Get a collection of all database instance flavors available with the provider.
(Defined by DatabaseServiceExtensions.) | |
| ListUserAccess |
Gets a list of all databases a user has permission to access.
(Defined by DatabaseServiceExtensions.) | |
| RemoveBackup |
Remove and delete a database instance backup.
(Defined by DatabaseServiceExtensions.) | |
| RemoveDatabase |
Removes and deletes a database from a database instance.
(Defined by DatabaseServiceExtensions.) | |
| RemoveDatabaseInstance |
Removes and deletes a database instance.
(Defined by DatabaseServiceExtensions.) | |
| RemoveUser |
Remove and delete a user from a database instance.
(Defined by DatabaseServiceExtensions.) | |
| ResizeDatabaseInstance |
Resize the memory of the database instance.
(Defined by DatabaseServiceExtensions.) | |
| ResizeDatabaseInstanceVolume |
Resize the volume attached to the database instance.
(Defined by DatabaseServiceExtensions.) | |
| RestartDatabaseInstance |
Restarts the database service on the instance.
(Defined by DatabaseServiceExtensions.) | |
| RevokeUserAccess |
Revoke access to a database for a particular user.
(Defined by DatabaseServiceExtensions.) | |
| SetUserPassword |
Set the password for a database user.
(Defined by DatabaseServiceExtensions.) | |
| UpdateUser |
Update properties of a database user.
(Defined by DatabaseServiceExtensions.) |
| Name | Description | |
|---|---|---|
| ApplicationUserAgent |
Gets or sets the application-specific user agent for the provider instance.
(Inherited from ProviderBaseTProvider.) | |
| BackoffPolicy |
Gets or sets the back-off policy to use for polling operations.
(Inherited from ProviderBaseTProvider.) | |
| ConnectionLimit |
Gets or sets the maximum number of connections allowed on the ServicePoint
objects used for requests. If the value is , the connection limit value for the
ServicePoint object is not altered.
(Inherited from ProviderBaseTProvider.) | |
| DefaultRegion |
Gets the default region for this provider instance, if one was specified.
(Inherited from ProviderBaseTProvider.) |
| Name | Description | |
|---|---|---|
| AfterAsyncWebResponse |
This event is fired when the result of an asynchronous web request is received.
(Inherited from ProviderBaseTProvider.) | |
| BeforeAsyncWebRequest |
This event is fired immediately before sending an asynchronous web request.
(Inherited from ProviderBaseTProvider.) |