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

Contents

Description

Get the service information of a resource view or a resource.

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

Synopsis

REST Resource

type ZoneViewsGetServiceResource = "resourceviews" :> ("v1beta2" :> ("projects" :> (Capture "project" Text :> ("zones" :> (Capture "zone" Text :> ("resourceViews" :> (Capture "resourceView" Text :> ("getService" :> (QueryParam "resourceName" Text :> (QueryParam "alt" AltJSON :> Post `[JSON]` ZoneViewsGetServiceResponse)))))))))) Source

A resource alias for resourceviews.zoneViews.getService method which the ZoneViewsGetService request conforms to.

Creating a Request

zoneViewsGetService Source

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

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

Request Lenses

zvgsResourceView :: Lens' ZoneViewsGetService Text Source

The name of the resource view.

zvgsResourceName :: Lens' ZoneViewsGetService (Maybe Text) Source

The name of the resource if user wants to get the service information of the resource.

zvgsProject :: Lens' ZoneViewsGetService Text Source

The project name of the resource view.

zvgsZone :: Lens' ZoneViewsGetService Text Source

The zone name of the resource view.