Lines Matching full:backup
79 <p class="firstline">Deletes the backup taken by a backup run.</p>
82 <p class="firstline">Retrieves a resource containing information about a backup run.</p>
85 <p class="firstline">Creates a new backup run on demand. This method is applicable only to Second G…
88 <p class="firstline">Lists all backup runs associated with a given instance and configuration in th…
95 <pre>Deletes the backup taken by a backup run.
100 …id: string, The ID of the Backup Run to delete. To find a Backup Run ID, use the list method. (req…
167 <pre>Retrieves a resource containing information about a backup run.
172 id: string, The ID of this Backup Run. (required)
177 { # A database instance backup run resource.
181 …"windowStartTime": "A String", # The start time of the backup window during which this the backup …
184 …"startTime": "A String", # The time the backup operation actually started in UTC timezone in RFC 3…
185 …"error": { # Database instance operation error. # Information about why the backup operation faile…
190 …"endTime": "A String", # The time the backup operation completed in UTC timezone in RFC 3339 forma…
192 …"id": "A String", # A unique identifier for this backup run. Note that this is unique only within …
199 …<pre>Creates a new backup run on demand. This method is applicable only to Second Generation insta…
207 { # A database instance backup run resource.
211 …"windowStartTime": "A String", # The start time of the backup window during which this the backup …
214 …"startTime": "A String", # The time the backup operation actually started in UTC timezone in RFC 3…
215 …"error": { # Database instance operation error. # Information about why the backup operation faile…
220 …"endTime": "A String", # The time the backup operation completed in UTC timezone in RFC 3339 forma…
222 …"id": "A String", # A unique identifier for this backup run. Note that this is unique only within …
292 …<pre>Lists all backup runs associated with a given instance and configuration in the reverse chron…
297 maxResults: integer, Maximum number of backup runs per response.
303 { # Backup run list results.
305 "items": [ # A list of backup runs in reverse chronological order of the enqueued time.
306 { # A database instance backup run resource.
310 …"windowStartTime": "A String", # The start time of the backup window during which this the backup …
313 …"startTime": "A String", # The time the backup operation actually started in UTC timezone in RFC 3…
314 …"error": { # Database instance operation error. # Information about why the backup operation faile…
319 …"endTime": "A String", # The time the backup operation completed in UTC timezone in RFC 3339 forma…
321 …"id": "A String", # A unique identifier for this backup run. Note that this is unique only within …