gogol-resourceviews-0.0.1: Google Compute Engine Instance Groups 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.ResourceViews.ZoneOperations.Get

Contents

Description

Retrieves the specified zone-specific operation resource.

See: Google Compute Engine Instance Groups API Reference for resourceviews.zoneOperations.get.

Synopsis

REST Resource

type ZoneOperationsGetResource = "resourceviews" :> ("v1beta2" :> ("projects" :> (Capture "project" Text :> ("zones" :> (Capture "zone" Text :> ("operations" :> (Capture "operation" Text :> (QueryParam "alt" AltJSON :> Get `[JSON]` Operation)))))))) Source

A resource alias for resourceviews.zoneOperations.get method which the ZoneOperationsGet request conforms to.

Creating a Request

zoneOperationsGet Source

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

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

Request Lenses

zogProject :: Lens' ZoneOperationsGet Text Source

Name of the project scoping this request.

zogOperation :: Lens' ZoneOperationsGet Text Source

Name of the operation resource to return.

zogZone :: Lens' ZoneOperationsGet Text Source

Name of the zone scoping this request.