gogol-replicapool-updater-0.4.0: Google Compute Engine Instance Group Updater 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.ReplicaPoolUpdater.ZoneOperations.Get

Contents

Description

Retrieves the specified zone-specific operation resource.

See: Google Compute Engine Instance Group Updater API Reference for replicapoolupdater.zoneOperations.get.

Synopsis

REST Resource

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

A resource alias for replicapoolupdater.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 # 
Instance details

Defined in Network.Google.Resource.ReplicaPoolUpdater.ZoneOperations.Get

Data ZoneOperationsGet Source # 
Instance details

Defined in Network.Google.Resource.ReplicaPoolUpdater.ZoneOperations.Get

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 # 
Instance details

Defined in Network.Google.Resource.ReplicaPoolUpdater.ZoneOperations.Get

Generic ZoneOperationsGet Source # 
Instance details

Defined in Network.Google.Resource.ReplicaPoolUpdater.ZoneOperations.Get

Associated Types

type Rep ZoneOperationsGet :: Type -> Type #

GoogleRequest ZoneOperationsGet Source # 
Instance details

Defined in Network.Google.Resource.ReplicaPoolUpdater.ZoneOperations.Get

Associated Types

type Rs ZoneOperationsGet :: Type #

type Scopes ZoneOperationsGet :: [Symbol] #

type Rep ZoneOperationsGet Source # 
Instance details

Defined in Network.Google.Resource.ReplicaPoolUpdater.ZoneOperations.Get

type Rep ZoneOperationsGet = D1 (MetaData "ZoneOperationsGet" "Network.Google.Resource.ReplicaPoolUpdater.ZoneOperations.Get" "gogol-replicapool-updater-0.4.0-J4Qp5AWx6n1EzrMIVL0K5h" False) (C1 (MetaCons "ZoneOperationsGet'" PrefixI True) (S1 (MetaSel (Just "_zogProject") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: (S1 (MetaSel (Just "_zogOperation") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_zogZone") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Scopes ZoneOperationsGet Source # 
Instance details

Defined in Network.Google.Resource.ReplicaPoolUpdater.ZoneOperations.Get

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

Defined in Network.Google.Resource.ReplicaPoolUpdater.ZoneOperations.Get

Request Lenses

zogProject :: Lens' ZoneOperationsGet Text Source #

Name of the project scoping this request.

zogOperation :: Lens' ZoneOperationsGet Text Source #

Name of the operation resource to return.

zogZone :: Lens' ZoneOperationsGet Text Source #

Name of the zone scoping this request.