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.RegionAutoscalers.Update

Contents

Description

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

See: Compute Engine API Reference for compute.regionAutoscalers.update.

Synopsis

REST Resource

type RegionAutoscalersUpdateResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("regions" :> (Capture "region" Text :> ("autoscalers" :> (QueryParam "autoscaler" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] Autoscaler :> Put '[JSON] Operation))))))))) Source #

A resource alias for compute.regionAutoscalers.update method which the RegionAutoscalersUpdate request conforms to.

Creating a Request

regionAutoscalersUpdate Source #

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

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

data RegionAutoscalersUpdate Source #

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

See: regionAutoscalersUpdate smart constructor.

Instances

Eq RegionAutoscalersUpdate Source # 
Data RegionAutoscalersUpdate Source # 

Methods

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

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

toConstr :: RegionAutoscalersUpdate -> Constr #

dataTypeOf :: RegionAutoscalersUpdate -> DataType #

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

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

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

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

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

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

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

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

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

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

Show RegionAutoscalersUpdate Source # 
Generic RegionAutoscalersUpdate Source # 
GoogleRequest RegionAutoscalersUpdate Source # 
type Rep RegionAutoscalersUpdate Source # 
type Rep RegionAutoscalersUpdate = D1 (MetaData "RegionAutoscalersUpdate" "Network.Google.Resource.Compute.RegionAutoscalers.Update" "gogol-compute-0.3.0-JmC4j0JQjdEJ6YK33fLFL4" False) (C1 (MetaCons "RegionAutoscalersUpdate'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_rauProject") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_rauPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Autoscaler))) ((:*:) (S1 (MetaSel (Just Symbol "_rauAutoscaler") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_rauRegion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))
type Scopes RegionAutoscalersUpdate Source # 
type Scopes RegionAutoscalersUpdate = (:) Symbol "https://www.googleapis.com/auth/cloud-platform" ((:) Symbol "https://www.googleapis.com/auth/compute" ([] Symbol))
type Rs RegionAutoscalersUpdate Source # 

Request Lenses

rauProject :: Lens' RegionAutoscalersUpdate Text Source #

Project ID for this request.

rauAutoscaler :: Lens' RegionAutoscalersUpdate (Maybe Text) Source #

Name of the autoscaler to update.

rauRegion :: Lens' RegionAutoscalersUpdate Text Source #

Name of the region scoping this request.