gogol-replicapool-0.0.1: Google Compute Engine Instance Group Manager 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.ReplicaPool.InstanceGroupManagers.Get

Contents

Description

Returns the specified Instance Group Manager resource.

See: Google Compute Engine Instance Group Manager API Reference for replicapool.instanceGroupManagers.get.

Synopsis

REST Resource

type InstanceGroupManagersGetResource = "replicapool" :> ("v1beta2" :> ("projects" :> (Capture "project" Text :> ("zones" :> (Capture "zone" Text :> ("instanceGroupManagers" :> (Capture "instanceGroupManager" Text :> (QueryParam "alt" AltJSON :> Get `[JSON]` InstanceGroupManager)))))))) Source

A resource alias for replicapool.instanceGroupManagers.get method which the InstanceGroupManagersGet request conforms to.

Creating a Request

instanceGroupManagersGet Source

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

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

Request Lenses

igmgProject :: Lens' InstanceGroupManagersGet Text Source

The Google Developers Console project name.

igmgInstanceGroupManager :: Lens' InstanceGroupManagersGet Text Source

Name of the instance resource to return.

igmgZone :: Lens' InstanceGroupManagersGet Text Source

The name of the zone in which the instance group manager resides.