gogol-compute-0.4.0: Google Compute Engine SDK.

Copyright(c) 2015-2016 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.Compute.InstanceGroupManagers.Get

Contents

Description

Returns all of the details about the specified managed instance group. Gets a list of available managed instance groups by making a list() request.

See: Compute Engine API Reference for compute.instanceGroupManagers.get.

Synopsis

REST Resource

type InstanceGroupManagersGetResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("zones" :> (Capture "zone" Text :> ("instanceGroupManagers" :> (Capture "instanceGroupManager" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] InstanceGroupManager)))))))) Source #

A resource alias for compute.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:

data InstanceGroupManagersGet Source #

Returns all of the details about the specified managed instance group. Gets a list of available managed instance groups by making a list() request.

See: instanceGroupManagersGet smart constructor.

Instances
Eq InstanceGroupManagersGet Source # 
Instance details

Defined in Network.Google.Resource.Compute.InstanceGroupManagers.Get

Data InstanceGroupManagersGet Source # 
Instance details

Defined in Network.Google.Resource.Compute.InstanceGroupManagers.Get

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> InstanceGroupManagersGet -> c InstanceGroupManagersGet #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c InstanceGroupManagersGet #

toConstr :: InstanceGroupManagersGet -> Constr #

dataTypeOf :: InstanceGroupManagersGet -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c InstanceGroupManagersGet) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c InstanceGroupManagersGet) #

gmapT :: (forall b. Data b => b -> b) -> InstanceGroupManagersGet -> InstanceGroupManagersGet #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> InstanceGroupManagersGet -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> InstanceGroupManagersGet -> r #

gmapQ :: (forall d. Data d => d -> u) -> InstanceGroupManagersGet -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> InstanceGroupManagersGet -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> InstanceGroupManagersGet -> m InstanceGroupManagersGet #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> InstanceGroupManagersGet -> m InstanceGroupManagersGet #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> InstanceGroupManagersGet -> m InstanceGroupManagersGet #

Show InstanceGroupManagersGet Source # 
Instance details

Defined in Network.Google.Resource.Compute.InstanceGroupManagers.Get

Generic InstanceGroupManagersGet Source # 
Instance details

Defined in Network.Google.Resource.Compute.InstanceGroupManagers.Get

Associated Types

type Rep InstanceGroupManagersGet :: Type -> Type #

GoogleRequest InstanceGroupManagersGet Source # 
Instance details

Defined in Network.Google.Resource.Compute.InstanceGroupManagers.Get

type Rep InstanceGroupManagersGet Source # 
Instance details

Defined in Network.Google.Resource.Compute.InstanceGroupManagers.Get

type Rep InstanceGroupManagersGet = D1 (MetaData "InstanceGroupManagersGet" "Network.Google.Resource.Compute.InstanceGroupManagers.Get" "gogol-compute-0.4.0-3Vo4S3NyrNeJWlNkflB3dZ" False) (C1 (MetaCons "InstanceGroupManagersGet'" PrefixI True) (S1 (MetaSel (Just "_igmgProject") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: (S1 (MetaSel (Just "_igmgInstanceGroupManager") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_igmgZone") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Scopes InstanceGroupManagersGet Source # 
Instance details

Defined in Network.Google.Resource.Compute.InstanceGroupManagers.Get

type Scopes InstanceGroupManagersGet = "https://www.googleapis.com/auth/cloud-platform" ': ("https://www.googleapis.com/auth/compute" ': ("https://www.googleapis.com/auth/compute.readonly" ': ([] :: [Symbol])))
type Rs InstanceGroupManagersGet Source # 
Instance details

Defined in Network.Google.Resource.Compute.InstanceGroupManagers.Get

Request Lenses

igmgProject :: Lens' InstanceGroupManagersGet Text Source #

Project ID for this request.

igmgInstanceGroupManager :: Lens' InstanceGroupManagersGet Text Source #

The name of the managed instance group.

igmgZone :: Lens' InstanceGroupManagersGet Text Source #

The name of the zone where the managed instance group is located.