gogol-autoscaler-0.2.0: Google Compute Engine Autoscaler 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.Autoscaler.Autoscalers.Get

Contents

Description

Gets the specified Autoscaler resource.

See: Google Compute Engine Autoscaler API Reference for autoscaler.autoscalers.get.

Synopsis

REST Resource

type AutoscalersGetResource = "autoscaler" :> ("v1beta2" :> ("projects" :> (Capture "project" Text :> ("zones" :> (Capture "zone" Text :> ("autoscalers" :> (Capture "autoscaler" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Autoscaler)))))))) Source #

A resource alias for autoscaler.autoscalers.get method which the AutoscalersGet request conforms to.

Creating a Request

autoscalersGet Source #

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

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

data AutoscalersGet Source #

Gets the specified Autoscaler resource.

See: autoscalersGet smart constructor.

Instances

Eq AutoscalersGet Source # 
Data AutoscalersGet Source # 

Methods

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

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

toConstr :: AutoscalersGet -> Constr #

dataTypeOf :: AutoscalersGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AutoscalersGet Source # 
Generic AutoscalersGet Source # 

Associated Types

type Rep AutoscalersGet :: * -> * #

GoogleRequest AutoscalersGet Source # 
type Rep AutoscalersGet Source # 
type Rep AutoscalersGet = D1 (MetaData "AutoscalersGet" "Network.Google.Resource.Autoscaler.Autoscalers.Get" "gogol-autoscaler-0.2.0-1gTbhmEEhpT2iyGDurIaOz" False) (C1 (MetaCons "AutoscalersGet'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_agProject") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "_agZone") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_agAutoscaler") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))
type Scopes AutoscalersGet Source # 
type Scopes AutoscalersGet = (:) Symbol "https://www.googleapis.com/auth/compute" ((:) Symbol "https://www.googleapis.com/auth/compute.readonly" ([] Symbol))
type Rs AutoscalersGet Source # 

Request Lenses

agProject :: Lens' AutoscalersGet Text Source #

Project ID of Autoscaler resource.

agZone :: Lens' AutoscalersGet Text Source #

Zone name of Autoscaler resource.

agAutoscaler :: Lens' AutoscalersGet Text Source #

Name of the Autoscaler resource.