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

Contents

Description

Cancels an update. The update must be PAUSED before it can be cancelled. This has no effect if the update is already CANCELLED.

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

Synopsis

REST Resource

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

A resource alias for replicapoolupdater.rollingUpdates.cancel method which the RollingUpdatesCancel request conforms to.

Creating a Request

rollingUpdatesCancel Source #

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

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

data RollingUpdatesCancel Source #

Cancels an update. The update must be PAUSED before it can be cancelled. This has no effect if the update is already CANCELLED.

See: rollingUpdatesCancel smart constructor.

Instances
Eq RollingUpdatesCancel Source # 
Instance details

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

Data RollingUpdatesCancel Source # 
Instance details

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

Methods

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

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

toConstr :: RollingUpdatesCancel -> Constr #

dataTypeOf :: RollingUpdatesCancel -> DataType #

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

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

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

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

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

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

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

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

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

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

Show RollingUpdatesCancel Source # 
Instance details

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

Generic RollingUpdatesCancel Source # 
Instance details

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

Associated Types

type Rep RollingUpdatesCancel :: Type -> Type #

GoogleRequest RollingUpdatesCancel Source # 
Instance details

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

Associated Types

type Rs RollingUpdatesCancel :: Type #

type Scopes RollingUpdatesCancel :: [Symbol] #

type Rep RollingUpdatesCancel Source # 
Instance details

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

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

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

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

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

Request Lenses

rucProject :: Lens' RollingUpdatesCancel Text Source #

The Google Developers Console project name.

rucZone :: Lens' RollingUpdatesCancel Text Source #

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