gogol-replicapool-updater-0.1.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.List

Contents

Description

Lists recent updates for a given managed instance group, in reverse chronological order and paginated format.

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

Synopsis

REST Resource

type RollingUpdatesListResource = "replicapoolupdater" :> ("v1beta1" :> ("projects" :> (Capture "project" Text :> ("zones" :> (Capture "zone" Text :> ("rollingUpdates" :> (QueryParam "filter" Text :> (QueryParam "pageToken" Text :> (QueryParam "maxResults" (Textual Word32) :> (QueryParam "alt" AltJSON :> Get '[JSON] RollingUpdateList)))))))))) Source #

A resource alias for replicapoolupdater.rollingUpdates.list method which the RollingUpdatesList request conforms to.

Creating a Request

rollingUpdatesList Source #

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

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

data RollingUpdatesList Source #

Lists recent updates for a given managed instance group, in reverse chronological order and paginated format.

See: rollingUpdatesList smart constructor.

Instances

Eq RollingUpdatesList Source # 
Data RollingUpdatesList Source # 

Methods

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

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

toConstr :: RollingUpdatesList -> Constr #

dataTypeOf :: RollingUpdatesList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show RollingUpdatesList Source # 
Generic RollingUpdatesList Source # 
GoogleRequest RollingUpdatesList Source # 
type Rep RollingUpdatesList Source # 
type Rep RollingUpdatesList = D1 (MetaData "RollingUpdatesList" "Network.Google.Resource.ReplicaPoolUpdater.RollingUpdates.List" "gogol-replicapool-updater-0.1.0-7HmdPJcFqBzFZ8sbdkxCrC" False) (C1 (MetaCons "RollingUpdatesList'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_rulProject") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_rulZone") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))) ((:*:) (S1 (MetaSel (Just Symbol "_rulFilter") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_rulPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_rulMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Word32)))))))
type Scopes RollingUpdatesList Source # 
type Scopes RollingUpdatesList = (:) Symbol "https://www.googleapis.com/auth/cloud-platform" ((:) Symbol "https://www.googleapis.com/auth/cloud-platform.read-only" ((:) Symbol "https://www.googleapis.com/auth/replicapool" ((:) Symbol "https://www.googleapis.com/auth/replicapool.readonly" ([] Symbol))))
type Rs RollingUpdatesList Source # 

Request Lenses

rulProject :: Lens' RollingUpdatesList Text Source #

The Google Developers Console project name.

rulZone :: Lens' RollingUpdatesList Text Source #

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

rulFilter :: Lens' RollingUpdatesList (Maybe Text) Source #

Optional. Filter expression for filtering listed resources.

rulPageToken :: Lens' RollingUpdatesList (Maybe Text) Source #

Optional. Tag returned by a previous list request truncated by maxResults. Used to continue a previous list request.

rulMaxResults :: Lens' RollingUpdatesList Word32 Source #

Optional. Maximum count of results to be returned. Maximum value is 500 and default value is 500.