gogol-container-0.0.1: Google Container Engine SDK.

Copyright(c) 2015 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.Container.Projects.Zones.Operations.List

Contents

Description

Lists all operations in a project in a specific zone or all zones.

See: Google Container Engine API Reference for container.projects.zones.operations.list.

Synopsis

REST Resource

type ProjectsZonesOperationsListResource = "v1" :> ("projects" :> (Capture "projectId" Text :> ("zones" :> (Capture "zone" Text :> ("operations" :> (QueryParam "$.xgafv" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "pp" Bool :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "bearer_token" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get `[JSON]` ListOperationsResponse))))))))))))) Source

A resource alias for container.projects.zones.operations.list method which the ProjectsZonesOperationsList request conforms to.

Creating a Request

projectsZonesOperationsList Source

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

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

Request Lenses

pzolUploadProtocol :: Lens' ProjectsZonesOperationsList (Maybe Text) Source

Upload protocol for media (e.g. "raw", "multipart").

pzolUploadType :: Lens' ProjectsZonesOperationsList (Maybe Text) Source

Legacy upload protocol for media (e.g. "media", "multipart").

pzolZone :: Lens' ProjectsZonesOperationsList Text Source

The name of the Google Compute Engine zone to return operations for, or "-" for all zones.