IWsDBaaS Interface |
Namespace: Aruba.Cloud.WsDBaaS
The IWsDBaaS type exposes the following members.
| Name | Description | |
|---|---|---|
| CancelDeleteDbaasInstance |
This method cancels a DeleteInstance request for a given DbaasAccountID.
| |
| CreateScheduledOperation |
This method start a new scheduled backup
| |
| DownloadBackupDbaasDatabase |
This method gets the download path for a specific backup of a given DbaasAccountID.
| |
| GetACLConfiguration |
This method gets all the acl configuration.
| |
| GetBackupsDbaasInstance |
Gets the backups list for a specific Dbaas account.
| |
| GetDbaasAccountConfiguration |
Get DBaaS account configuration based on DbaasACcountID
| |
| GetDbaasAccountDetails |
Get details of DBaaS Account for a DBaaSAccountID
| |
| GetDbaasAccounts |
Get list of DBaaS Accounts for user
| |
| GetDbaasAccountStatistics |
Gets the statistics about the usages of a Dbaas Account.
| |
| GetDbaasPricingTypes |
Get list of DBaaS Pricing Types
| |
| GetDbaasRegion |
Get List of Region for DBaaS Account
| |
| GetForbiddenDbUserNames |
This Method will return all deprecated db usernames for each provider
| |
| GetOperationsLog |
Returns the list of logs of the DBaaS service for a specified period.
It is also possible get the logs regarding currently working jobs.
| |
| GetPendingOperations |
This method gets all the PendingOperations (for a DbaasAccountID if given).
| |
| GetScheduledOperation |
This method gets the information of a specific scheduled bakup
| |
| GetScheduledOperationExecution |
This method gets the information of an execution of a scheduled operation
| |
| GetScheduledOperationExecutions |
This method gets the information of all the executions of a specific scheduled operation
| |
| GetScheduledOperations |
This method gets the scheduled backup info
| |
| SetEnqueueACLConfiguration |
This method enqueues a change in the acl configuration for a given DbaasAccountID.
| |
| SetEnqueueActivateDbaasInstance |
This method enqueues an ActivateInstance job, for a given DbaasAccountID.
| |
| SetEnqueueBackupDbaasInstance |
This method enqueues a BackupInstance job for a given DbaasAccountID (and, if given, every DatabaseID in list).
| |
| SetEnqueueChangeConfigurationDbaasInstance |
Enqueues a change configuration for a specific DBaaS account.
| |
| SetEnqueueCreateDbaasInstance |
Enqueues the creation of a new Dbaas instance.
| |
| SetEnqueueDeleteDbaasInstance |
This method enqueues a DeleteInstance job for a given DbaasAccountID with option to execute immediately.
| |
| SetEnqueueManageBackupDbaasDatabase |
This method enqueues a ManageBackup job for a given DbaasAccountID.
| |
| SetEnqueueModifyDbaasInstance |
This method enqueues a ModifyInstance job for a given configuration.
| |
| SetEnqueueOptimizationDbaasInstance |
This method enqueues a database optimization job for a given DbaasAccountID.
| |
| SetEnqueueRenameDbaasInstanceService |
This method enqueues a RenameInstance job for a given DbaasAccountID.
| |
| SetEnqueueRestartDbaasInstance |
Enqueues a restart operation for the Dbaas instance server (only for dedicated instances).
| |
| SetEnqueueRestoreDbaasInstance |
This method enqueues a restore account job for a given DbaasAccountID.
| |
| SetRemoveScheduledOperation |
This method removes a scheduled backup
| |
| SetUpdateScheduledOperation |
This method update a scheduled backup
|