Moodle PHP Documentation 4.1
Moodle 4.1.11 (Build: 20240610) (c8c84b4af18)
|
The "backupRuns" collection of methods. More...
Public Member Functions | |
call ($name, $arguments, $expected_class=null) | |
TODO: This function needs simplifying. | |
delete ($project, $instance, $id, $optParams=array()) | |
Deletes the backup taken by a backup run. | |
get ($project, $instance, $id, $optParams=array()) | |
Retrieves a resource containing information about a backup run. | |
listBackupRuns ($project, $instance, $optParams=array()) | |
Lists all backup runs associated with a given instance and configuration in the reverse chronological order of the enqueued time. | |
Protected Member Functions | |
convertToArrayAndStripNulls ($o) | |
The "backupRuns" collection of methods.
Typical usage is: $sqladminService = new Google_Service_SQLAdmin(...); $backupRuns = $sqladminService->backupRuns;
|
inherited |
TODO: This function needs simplifying.
$name | |
$arguments | |
$expected_class | - optional, the expected class name |
Google_Http_Request|expected_class |
Google_Exception |
Google_Service_SQLAdmin_BackupRuns_Resource::delete | ( | $project, | |
$instance, | |||
$id, | |||
$optParams = array() ) |
Deletes the backup taken by a backup run.
(backupRuns.delete)
string | $project | Project ID of the project that contains the instance. |
string | $instance | Cloud SQL instance ID. This does not include the project ID. |
string | $id | The ID of the Backup Run to delete. To find a Backup Run ID, use the list method. |
array | $optParams | Optional parameters. |
Google_Service_SQLAdmin_Operation |
Google_Service_SQLAdmin_BackupRuns_Resource::get | ( | $project, | |
$instance, | |||
$id, | |||
$optParams = array() ) |
Retrieves a resource containing information about a backup run.
(backupRuns.get)
string | $project | Project ID of the project that contains the instance. |
string | $instance | Cloud SQL instance ID. This does not include the project ID. |
string | $id | The ID of this Backup Run. |
array | $optParams | Optional parameters. |
Google_Service_SQLAdmin_BackupRun |
Google_Service_SQLAdmin_BackupRuns_Resource::listBackupRuns | ( | $project, | |
$instance, | |||
$optParams = array() ) |
Lists all backup runs associated with a given instance and configuration in the reverse chronological order of the enqueued time.
(backupRuns.listBackupRuns)
string | $project | Project ID of the project that contains the instance. |
string | $instance | Cloud SQL instance ID. This does not include the project ID. |
array | $optParams | Optional parameters. |
@opt_param int maxResults Maximum number of backup runs per response. @opt_param string pageToken A previously-returned page token representing part of the larger set of results to view.
Google_Service_SQLAdmin_BackupRunsListResponse |