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.InterconnectLocations.Get

Contents

Description

Returns the details for the specified interconnect location. Gets a list of available interconnect locations by making a list() request.

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

Synopsis

REST Resource

type InterconnectLocationsGetResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("global" :> ("interconnectLocations" :> (Capture "interconnectLocation" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] InterconnectLocation))))))) Source #

A resource alias for compute.interconnectLocations.get method which the InterconnectLocationsGet request conforms to.

Creating a Request

interconnectLocationsGet Source #

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

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

data InterconnectLocationsGet Source #

Returns the details for the specified interconnect location. Gets a list of available interconnect locations by making a list() request.

See: interconnectLocationsGet smart constructor.

Instances
Eq InterconnectLocationsGet Source # 
Instance details

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

Data InterconnectLocationsGet Source # 
Instance details

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

Methods

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

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

toConstr :: InterconnectLocationsGet -> Constr #

dataTypeOf :: InterconnectLocationsGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show InterconnectLocationsGet Source # 
Instance details

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

Generic InterconnectLocationsGet Source # 
Instance details

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

Associated Types

type Rep InterconnectLocationsGet :: Type -> Type #

GoogleRequest InterconnectLocationsGet Source # 
Instance details

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

type Rep InterconnectLocationsGet Source # 
Instance details

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

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

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

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

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

Request Lenses

ilgProject :: Lens' InterconnectLocationsGet Text Source #

Project ID for this request.

ilgInterconnectLocation :: Lens' InterconnectLocationsGet Text Source #

Name of the interconnect location to return.