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.ResetSSLConfig

Contents

Description

Deletes all client certificates and generates a new server SSL certificate for the instance. The changes will not take effect until the instance is restarted. Existing instances without a server certificate will need to call this once to set a server certificate.

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

Synopsis

REST Resource

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

A resource alias for sql.instances.resetSslConfig method which the InstancesResetSSLConfig request conforms to.

Creating a Request

instancesResetSSLConfig Source

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

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

data InstancesResetSSLConfig Source

Deletes all client certificates and generates a new server SSL certificate for the instance. The changes will not take effect until the instance is restarted. Existing instances without a server certificate will need to call this once to set a server certificate.

See: instancesResetSSLConfig smart constructor.

Request Lenses

irscProject :: Lens' InstancesResetSSLConfig Text Source

Project ID of the project that contains the instance.

irscInstance :: Lens' InstancesResetSSLConfig Text Source

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