gogol-sqladmin-0.0.1: Google Cloud SQL Administration SDK.

Copyright(c) 2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.SQL.BackupRuns.List

Contents

Description

Lists all backup runs associated with a given instance and configuration in the reverse chronological order of the enqueued time.

See: Cloud SQL Administration API Reference for sql.backupRuns.list.

Synopsis

REST Resource

type BackupRunsListResource = "sql" :> ("v1beta4" :> ("projects" :> (Capture "project" Text :> ("instances" :> (Capture "instance" Text :> ("backupRuns" :> (QueryParam "pageToken" Text :> (QueryParam "maxResults" (Textual Int32) :> (QueryParam "alt" AltJSON :> Get `[JSON]` BackupRunsListResponse))))))))) Source

A resource alias for sql.backupRuns.list method which the BackupRunsList request conforms to.

Creating a Request

backupRunsList Source

Creates a value of BackupRunsList with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data BackupRunsList Source

Lists all backup runs associated with a given instance and configuration in the reverse chronological order of the enqueued time.

See: backupRunsList smart constructor.

Request Lenses

brlProject :: Lens' BackupRunsList Text Source

Project ID of the project that contains the instance.

brlPageToken :: Lens' BackupRunsList (Maybe Text) Source

A previously-returned page token representing part of the larger set of results to view.

brlMaxResults :: Lens' BackupRunsList (Maybe Int32) Source

Maximum number of backup runs per response.

brlInstance :: Lens' BackupRunsList Text Source

Cloud SQL instance ID. This does not include the project ID.