gogol-autoscaler-0.3.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.ZoneOperations.Get

Contents

Description

Retrieves the specified zone-specific operation resource.

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

Synopsis

REST Resource

type ZoneOperationsGetResource = "autoscaler" :> ("v1beta2" :> (Capture "project" Text :> ("zones" :> (Capture "zone" Text :> ("operations" :> (Capture "operation" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Operation))))))) Source #

A resource alias for autoscaler.zoneOperations.get method which the ZoneOperationsGet request conforms to.

Creating a Request

zoneOperationsGet Source #

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

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

data ZoneOperationsGet Source #

Retrieves the specified zone-specific operation resource.

See: zoneOperationsGet smart constructor.

Instances

Eq ZoneOperationsGet Source # 
Data ZoneOperationsGet Source # 

Methods

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

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

toConstr :: ZoneOperationsGet -> Constr #

dataTypeOf :: ZoneOperationsGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ZoneOperationsGet Source # 
Generic ZoneOperationsGet Source # 
GoogleRequest ZoneOperationsGet Source # 
type Rep ZoneOperationsGet Source # 
type Rep ZoneOperationsGet = D1 (MetaData "ZoneOperationsGet" "Network.Google.Resource.Autoscaler.ZoneOperations.Get" "gogol-autoscaler-0.3.0-ItGSO4NVik5Vw4KYicIkn" False) (C1 (MetaCons "ZoneOperationsGet'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_zogProject") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "_zogOperation") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_zogZone") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))
type Scopes ZoneOperationsGet Source # 
type Scopes ZoneOperationsGet = (:) Symbol "https://www.googleapis.com/auth/compute" ((:) Symbol "https://www.googleapis.com/auth/compute.readonly" ([] Symbol))
type Rs ZoneOperationsGet Source # 

Request Lenses