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.ZoneViews.Get

Contents

Description

Get the information of a zonal resource view.

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

Synopsis

REST Resource

type ZoneViewsGetResource = "resourceviews" :> ("v1beta2" :> ("projects" :> (Capture "project" Text :> ("zones" :> (Capture "zone" Text :> ("resourceViews" :> (Capture "resourceView" Text :> (QueryParam "alt" AltJSON :> Get `[JSON]` ResourceView)))))))) Source

A resource alias for resourceviews.zoneViews.get method which the ZoneViewsGet request conforms to.

Creating a Request

zoneViewsGet Source

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

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

Request Lenses

zvgResourceView :: Lens' ZoneViewsGet Text Source

The name of the resource view.

zvgProject :: Lens' ZoneViewsGet Text Source

The project name of the resource view.

zvgZone :: Lens' ZoneViewsGet Text Source

The zone name of the resource view.