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.Rollback

Contents

Description

Rolls back the update in state from ROLLING_FORWARD or PAUSED. Has no effect if invoked when the state of the update is ROLLED_BACK.

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

Synopsis

REST Resource

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

A resource alias for replicapoolupdater.rollingUpdates.rollback method which the RollingUpdatesRollback request conforms to.

Creating a Request

rollingUpdatesRollback Source #

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

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

data RollingUpdatesRollback Source #

Rolls back the update in state from ROLLING_FORWARD or PAUSED. Has no effect if invoked when the state of the update is ROLLED_BACK.

See: rollingUpdatesRollback smart constructor.

Instances
Eq RollingUpdatesRollback Source # 
Instance details

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

Data RollingUpdatesRollback Source # 
Instance details

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

Methods

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

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

toConstr :: RollingUpdatesRollback -> Constr #

dataTypeOf :: RollingUpdatesRollback -> DataType #

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

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

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

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

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

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

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

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

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

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

Show RollingUpdatesRollback Source # 
Instance details

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

Generic RollingUpdatesRollback Source # 
Instance details

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

Associated Types

type Rep RollingUpdatesRollback :: Type -> Type #

GoogleRequest RollingUpdatesRollback Source # 
Instance details

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

type Rep RollingUpdatesRollback Source # 
Instance details

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

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

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

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

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

Request Lenses

rurProject :: Lens' RollingUpdatesRollback Text Source #

The Google Developers Console project name.

rurZone :: Lens' RollingUpdatesRollback Text Source #

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