Copyright | (c) 2015-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
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
- 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))))))))))
- rollingUpdatesList :: Text -> Text -> RollingUpdatesList
- data RollingUpdatesList
- rulProject :: Lens' RollingUpdatesList Text
- rulZone :: Lens' RollingUpdatesList Text
- rulFilter :: Lens' RollingUpdatesList (Maybe Text)
- rulPageToken :: Lens' RollingUpdatesList (Maybe Text)
- rulMaxResults :: Lens' RollingUpdatesList Word32
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
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
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.