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

Contents

Description

Returns the specified interconnect attachment.

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

Synopsis

REST Resource

type InterconnectAttachmentsGetResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("regions" :> (Capture "region" Text :> ("interconnectAttachments" :> (Capture "interconnectAttachment" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] InterconnectAttachment)))))))) Source #

A resource alias for compute.interconnectAttachments.get method which the InterconnectAttachmentsGet request conforms to.

Creating a Request

interconnectAttachmentsGet Source #

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

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

data InterconnectAttachmentsGet Source #

Returns the specified interconnect attachment.

See: interconnectAttachmentsGet smart constructor.

Instances
Eq InterconnectAttachmentsGet Source # 
Instance details

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

Data InterconnectAttachmentsGet Source # 
Instance details

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

Methods

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

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

toConstr :: InterconnectAttachmentsGet -> Constr #

dataTypeOf :: InterconnectAttachmentsGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show InterconnectAttachmentsGet Source # 
Instance details

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

Generic InterconnectAttachmentsGet Source # 
Instance details

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

Associated Types

type Rep InterconnectAttachmentsGet :: Type -> Type #

GoogleRequest InterconnectAttachmentsGet Source # 
Instance details

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

type Rep InterconnectAttachmentsGet Source # 
Instance details

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

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

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

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

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

Request Lenses

iagProject :: Lens' InterconnectAttachmentsGet Text Source #

Project ID for this request.

iagRegion :: Lens' InterconnectAttachmentsGet Text Source #

Name of the region for this request.

iagInterconnectAttachment :: Lens' InterconnectAttachmentsGet Text Source #

Name of the interconnect attachment to return.