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.RollingUpdates.Get

Contents

Description

Returns information about an update.

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

Synopsis

REST Resource

type RollingUpdatesGetResource = "replicapoolupdater" :> ("v1beta1" :> ("projects" :> (Capture "project" Text :> ("zones" :> (Capture "zone" Text :> ("rollingUpdates" :> (Capture "rollingUpdate" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] RollingUpdate)))))))) Source #

A resource alias for replicapoolupdater.rollingUpdates.get method which the RollingUpdatesGet request conforms to.

Creating a Request

rollingUpdatesGet Source #

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

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

data RollingUpdatesGet Source #

Returns information about an update.

See: rollingUpdatesGet smart constructor.

Instances
Eq RollingUpdatesGet Source # 
Instance details

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

Data RollingUpdatesGet Source # 
Instance details

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

Methods

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

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

toConstr :: RollingUpdatesGet -> Constr #

dataTypeOf :: RollingUpdatesGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show RollingUpdatesGet Source # 
Instance details

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

Generic RollingUpdatesGet Source # 
Instance details

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

Associated Types

type Rep RollingUpdatesGet :: Type -> Type #

GoogleRequest RollingUpdatesGet Source # 
Instance details

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

Associated Types

type Rs RollingUpdatesGet :: Type #

type Scopes RollingUpdatesGet :: [Symbol] #

type Rep RollingUpdatesGet Source # 
Instance details

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

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

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

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

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

Request Lenses

rugProject :: Lens' RollingUpdatesGet Text Source #

The Google Developers Console project name.

rugZone :: Lens' RollingUpdatesGet Text Source #

The name of the zone in which the update's target resides.