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.Insert

Contents

Description

Create a resource view.

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

Synopsis

REST Resource

type ZoneViewsInsertResource = "resourceviews" :> ("v1beta2" :> ("projects" :> (Capture "project" Text :> ("zones" :> (Capture "zone" Text :> ("resourceViews" :> (QueryParam "alt" AltJSON :> (ReqBody `[JSON]` ResourceView :> Post `[JSON]` Operation)))))))) Source

A resource alias for resourceviews.zoneViews.insert method which the ZoneViewsInsert request conforms to.

Creating a Request

zoneViewsInsert Source

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

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

Request Lenses

zviProject :: Lens' ZoneViewsInsert Text Source

The project name of the resource view.

zviZone :: Lens' ZoneViewsInsert Text Source

The zone name of the resource view.

zviPayload :: Lens' ZoneViewsInsert ResourceView Source

Multipart request metadata.