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.Instances.Import

Contents

Description

Imports data into a Cloud SQL instance from a MySQL dump file in Google Cloud Storage.

See: Cloud SQL Administration API Reference for sql.instances.import.

Synopsis

REST Resource

type InstancesImportResource = "sql" :> ("v1beta4" :> ("projects" :> (Capture "project" Text :> ("instances" :> (Capture "instance" Text :> ("import" :> (QueryParam "alt" AltJSON :> (ReqBody `[JSON]` InstancesImportRequest :> Post `[JSON]` Operation)))))))) Source

A resource alias for sql.instances.import method which the InstancesImport request conforms to.

Creating a Request

instancesImport Source

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

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

data InstancesImport Source

Imports data into a Cloud SQL instance from a MySQL dump file in Google Cloud Storage.

See: instancesImport smart constructor.

Request Lenses

iiProject :: Lens' InstancesImport Text Source

Project ID of the project that contains the instance.

iiInstance :: Lens' InstancesImport Text Source

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