BackupRuns
class BackupRuns extends Resource (View source)
The "backupRuns" collection of methods.
Typical usage is:
$sqladminService = new Google\Service\SQLAdmin(...);
$backupRuns = $sqladminService->backupRuns;
Methods
Deletes the backup taken by a backup run. (backupRuns.delete)
Retrieves a resource containing information about a backup run.
Lists all backup runs associated with the project or a given instance and configuration in the reverse chronological order of the backup initiation time. (backupRuns.listBackupRuns)
Details
Operation
delete(string $project, string $instance, string $id, array $optParams = [])
Deletes the backup taken by a backup run. (backupRuns.delete)
BackupRun
get(string $project, string $instance, string $id, array $optParams = [])
Retrieves a resource containing information about a backup run.
(backupRuns.get)
Operation
insert(string $project, string $instance, BackupRun $postBody, array $optParams = [])
Creates a new backup run on demand. (backupRuns.insert)
BackupRunsListResponse
listBackupRuns(string $project, string $instance, array $optParams = [])
Lists all backup runs associated with the project or a given instance and configuration in the reverse chronological order of the backup initiation time. (backupRuns.listBackupRuns)