gogol-replicapool-updater-0.2.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.Resume

Contents

Description

Continues an update in PAUSED state. Has no effect if invoked when the state of the update is ROLLED_OUT.

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

Synopsis

REST Resource

type RollingUpdatesResumeResource = "replicapoolupdater" :> ("v1beta1" :> ("projects" :> (Capture "project" Text :> ("zones" :> (Capture "zone" Text :> ("rollingUpdates" :> (Capture "rollingUpdate" Text :> ("resume" :> (QueryParam "alt" AltJSON :> Post '[JSON] Operation))))))))) Source #

A resource alias for replicapoolupdater.rollingUpdates.resume method which the RollingUpdatesResume request conforms to.

Creating a Request

rollingUpdatesResume Source #

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

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

data RollingUpdatesResume Source #

Continues an update in PAUSED state. Has no effect if invoked when the state of the update is ROLLED_OUT.

See: rollingUpdatesResume smart constructor.

Instances

Eq RollingUpdatesResume Source # 
Data RollingUpdatesResume Source # 

Methods

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

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

toConstr :: RollingUpdatesResume -> Constr #

dataTypeOf :: RollingUpdatesResume -> DataType #

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

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

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

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

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

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

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

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

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

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

Show RollingUpdatesResume Source # 
Generic RollingUpdatesResume Source # 
GoogleRequest RollingUpdatesResume Source # 
type Rep RollingUpdatesResume Source # 
type Rep RollingUpdatesResume = D1 (MetaData "RollingUpdatesResume" "Network.Google.Resource.ReplicaPoolUpdater.RollingUpdates.Resume" "gogol-replicapool-updater-0.2.0-AFTdzj3SI5kAg0Qz9B06re" False) (C1 (MetaCons "RollingUpdatesResume'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_rRollingUpdate") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "_rProject") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_rZone") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))
type Scopes RollingUpdatesResume Source # 
type Scopes RollingUpdatesResume = (:) Symbol "https://www.googleapis.com/auth/cloud-platform" ((:) Symbol "https://www.googleapis.com/auth/replicapool" ([] Symbol))
type Rs RollingUpdatesResume Source # 

Request Lenses

rProject :: Lens' RollingUpdatesResume Text Source #

The Google Developers Console project name.

rZone :: Lens' RollingUpdatesResume Text Source #

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