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.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 # 
Instance details

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

Data RollingUpdatesList Source # 
Instance details

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

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 # 
Instance details

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

Generic RollingUpdatesList Source # 
Instance details

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

Associated Types

type Rep RollingUpdatesList :: Type -> Type #

GoogleRequest RollingUpdatesList Source # 
Instance details

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

Associated Types

type Rs RollingUpdatesList :: Type #

type Scopes RollingUpdatesList :: [Symbol] #

type Rep RollingUpdatesList Source # 
Instance details

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

type Rep RollingUpdatesList = D1 (MetaData "RollingUpdatesList" "Network.Google.Resource.ReplicaPoolUpdater.RollingUpdates.List" "gogol-replicapool-updater-0.4.0-J4Qp5AWx6n1EzrMIVL0K5h" False) (C1 (MetaCons "RollingUpdatesList'" PrefixI True) ((S1 (MetaSel (Just "_rulProject") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_rulZone") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) :*: (S1 (MetaSel (Just "_rulFilter") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_rulPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_rulMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Word32))))))
type Scopes RollingUpdatesList Source # 
Instance details

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

type Scopes RollingUpdatesList = "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 RollingUpdatesList Source # 
Instance details

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

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.