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.Autoscalers.Insert

Contents

Description

Creates an autoscaler in the specified project using the data included in the request.

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

Synopsis

REST Resource

type AutoscalersInsertResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("zones" :> (Capture "zone" Text :> ("autoscalers" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] Autoscaler :> Post '[JSON] Operation)))))))) Source #

A resource alias for compute.autoscalers.insert method which the AutoscalersInsert request conforms to.

Creating a Request

autoscalersInsert Source #

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

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

data AutoscalersInsert Source #

Creates an autoscaler in the specified project using the data included in the request.

See: autoscalersInsert smart constructor.

Instances

Eq AutoscalersInsert Source # 
Data AutoscalersInsert Source # 

Methods

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

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

toConstr :: AutoscalersInsert -> Constr #

dataTypeOf :: AutoscalersInsert -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Request Lenses

aiiProject :: Lens' AutoscalersInsert Text Source #

Project ID for this request.

aiiZone :: Lens' AutoscalersInsert Text Source #

Name of the zone for this request.

aiiPayload :: Lens' AutoscalersInsert Autoscaler Source #

Multipart request metadata.