gogol-compute-0.5.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.NetworkEndpointGroups.Get

Contents

Description

Returns the specified network endpoint group. Gets a list of available network endpoint groups by making a list() request.

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

Synopsis

REST Resource

type NetworkEndpointGroupsGetResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("zones" :> (Capture "zone" Text :> ("networkEndpointGroups" :> (Capture "networkEndpointGroup" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] NetworkEndpointGroup)))))))) Source #

A resource alias for compute.networkEndpointGroups.get method which the NetworkEndpointGroupsGet request conforms to.

Creating a Request

networkEndpointGroupsGet Source #

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

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

data NetworkEndpointGroupsGet Source #

Returns the specified network endpoint group. Gets a list of available network endpoint groups by making a list() request.

See: networkEndpointGroupsGet smart constructor.

Instances
Eq NetworkEndpointGroupsGet Source # 
Instance details

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

Data NetworkEndpointGroupsGet Source # 
Instance details

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

Methods

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

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

toConstr :: NetworkEndpointGroupsGet -> Constr #

dataTypeOf :: NetworkEndpointGroupsGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show NetworkEndpointGroupsGet Source # 
Instance details

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

Generic NetworkEndpointGroupsGet Source # 
Instance details

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

Associated Types

type Rep NetworkEndpointGroupsGet :: Type -> Type #

GoogleRequest NetworkEndpointGroupsGet Source # 
Instance details

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

type Rep NetworkEndpointGroupsGet Source # 
Instance details

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

type Rep NetworkEndpointGroupsGet = D1 (MetaData "NetworkEndpointGroupsGet" "Network.Google.Resource.Compute.NetworkEndpointGroups.Get" "gogol-compute-0.5.0-COFx0B1aAnaBzgHFC8Y2g1" False) (C1 (MetaCons "NetworkEndpointGroupsGet'" PrefixI True) (S1 (MetaSel (Just "_neggProject") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: (S1 (MetaSel (Just "_neggZone") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_neggNetworkEndpointGroup") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Scopes NetworkEndpointGroupsGet Source # 
Instance details

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

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

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

Request Lenses

neggProject :: Lens' NetworkEndpointGroupsGet Text Source #

Project ID for this request.

neggZone :: Lens' NetworkEndpointGroupsGet Text Source #

The name of the zone where the network endpoint group is located. It should comply with RFC1035.

neggNetworkEndpointGroup :: Lens' NetworkEndpointGroupsGet Text Source #

The name of the network endpoint group. It should comply with RFC1035.