gogol-compute-0.5.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.Get

Contents

Description

Returns the specified autoscaler.

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

Synopsis

REST Resource

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

A resource alias for compute.regionAutoscalers.get method which the RegionAutoscalersGet request conforms to.

Creating a Request

regionAutoscalersGet Source #

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

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

data RegionAutoscalersGet Source #

Returns the specified autoscaler.

See: regionAutoscalersGet smart constructor.

Instances
Eq RegionAutoscalersGet Source # 
Instance details

Defined in Network.Google.Resource.Compute.RegionAutoscalers.Get

Data RegionAutoscalersGet Source # 
Instance details

Defined in Network.Google.Resource.Compute.RegionAutoscalers.Get

Methods

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

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

toConstr :: RegionAutoscalersGet -> Constr #

dataTypeOf :: RegionAutoscalersGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show RegionAutoscalersGet Source # 
Instance details

Defined in Network.Google.Resource.Compute.RegionAutoscalers.Get

Generic RegionAutoscalersGet Source # 
Instance details

Defined in Network.Google.Resource.Compute.RegionAutoscalers.Get

Associated Types

type Rep RegionAutoscalersGet :: Type -> Type #

GoogleRequest RegionAutoscalersGet Source # 
Instance details

Defined in Network.Google.Resource.Compute.RegionAutoscalers.Get

Associated Types

type Rs RegionAutoscalersGet :: Type #

type Scopes RegionAutoscalersGet :: [Symbol] #

type Rep RegionAutoscalersGet Source # 
Instance details

Defined in Network.Google.Resource.Compute.RegionAutoscalers.Get

type Rep RegionAutoscalersGet = D1 (MetaData "RegionAutoscalersGet" "Network.Google.Resource.Compute.RegionAutoscalers.Get" "gogol-compute-0.5.0-COFx0B1aAnaBzgHFC8Y2g1" False) (C1 (MetaCons "RegionAutoscalersGet'" PrefixI True) (S1 (MetaSel (Just "_ragProject") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: (S1 (MetaSel (Just "_ragAutoscaler") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_ragRegion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Scopes RegionAutoscalersGet Source # 
Instance details

Defined in Network.Google.Resource.Compute.RegionAutoscalers.Get

type Scopes RegionAutoscalersGet = "https://www.googleapis.com/auth/cloud-platform" ': ("https://www.googleapis.com/auth/compute" ': ("https://www.googleapis.com/auth/compute.readonly" ': ([] :: [Symbol])))
type Rs RegionAutoscalersGet Source # 
Instance details

Defined in Network.Google.Resource.Compute.RegionAutoscalers.Get

Request Lenses

ragProject :: Lens' RegionAutoscalersGet Text Source #

Project ID for this request.

ragAutoscaler :: Lens' RegionAutoscalersGet Text Source #

Name of the autoscaler to return.

ragRegion :: Lens' RegionAutoscalersGet Text Source #

Name of the region scoping this request.