gogol-compute-0.3.0: Google Compute Engine SDK.

Copyright(c) 2015-2016 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.Compute.TargetSSLProxies.Insert

Contents

Description

Creates a TargetSslProxy resource in the specified project using the data included in the request.

See: Compute Engine API Reference for compute.targetSslProxies.insert.

Synopsis

REST Resource

type TargetSSLProxiesInsertResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("global" :> ("targetSslProxies" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] TargetSSLProxy :> Post '[JSON] Operation))))))) Source #

A resource alias for compute.targetSslProxies.insert method which the TargetSSLProxiesInsert request conforms to.

Creating a Request

targetSSLProxiesInsert Source #

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

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

data TargetSSLProxiesInsert Source #

Creates a TargetSslProxy resource in the specified project using the data included in the request.

See: targetSSLProxiesInsert smart constructor.

Instances

Eq TargetSSLProxiesInsert Source # 
Data TargetSSLProxiesInsert Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> TargetSSLProxiesInsert -> c TargetSSLProxiesInsert #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c TargetSSLProxiesInsert #

toConstr :: TargetSSLProxiesInsert -> Constr #

dataTypeOf :: TargetSSLProxiesInsert -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c TargetSSLProxiesInsert) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c TargetSSLProxiesInsert) #

gmapT :: (forall b. Data b => b -> b) -> TargetSSLProxiesInsert -> TargetSSLProxiesInsert #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> TargetSSLProxiesInsert -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> TargetSSLProxiesInsert -> r #

gmapQ :: (forall d. Data d => d -> u) -> TargetSSLProxiesInsert -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> TargetSSLProxiesInsert -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> TargetSSLProxiesInsert -> m TargetSSLProxiesInsert #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> TargetSSLProxiesInsert -> m TargetSSLProxiesInsert #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> TargetSSLProxiesInsert -> m TargetSSLProxiesInsert #

Show TargetSSLProxiesInsert Source # 
Generic TargetSSLProxiesInsert Source # 
GoogleRequest TargetSSLProxiesInsert Source # 
type Rep TargetSSLProxiesInsert Source # 
type Rep TargetSSLProxiesInsert = D1 (MetaData "TargetSSLProxiesInsert" "Network.Google.Resource.Compute.TargetSSLProxies.Insert" "gogol-compute-0.3.0-JmC4j0JQjdEJ6YK33fLFL4" False) (C1 (MetaCons "TargetSSLProxiesInsert'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_tspiProject") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_tspiPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 TargetSSLProxy))))
type Scopes TargetSSLProxiesInsert Source # 
type Scopes TargetSSLProxiesInsert = (:) Symbol "https://www.googleapis.com/auth/cloud-platform" ((:) Symbol "https://www.googleapis.com/auth/compute" ([] Symbol))
type Rs TargetSSLProxiesInsert Source # 

Request Lenses

tspiProject :: Lens' TargetSSLProxiesInsert Text Source #

Project ID for this request.