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

Contents

Description

Returns the specified TargetHttpProxy resource. Gets a list of available target HTTP proxies by making a list() request.

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

Synopsis

REST Resource

type TargetHTTPProxiesGetResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("global" :> ("targetHttpProxies" :> (Capture "targetHttpProxy" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] TargetHTTPProxy))))))) Source #

A resource alias for compute.targetHttpProxies.get method which the TargetHTTPProxiesGet request conforms to.

Creating a Request

targetHTTPProxiesGet Source #

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

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

data TargetHTTPProxiesGet Source #

Returns the specified TargetHttpProxy resource. Gets a list of available target HTTP proxies by making a list() request.

See: targetHTTPProxiesGet smart constructor.

Instances
Eq TargetHTTPProxiesGet Source # 
Instance details

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

Data TargetHTTPProxiesGet Source # 
Instance details

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

Methods

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

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

toConstr :: TargetHTTPProxiesGet -> Constr #

dataTypeOf :: TargetHTTPProxiesGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show TargetHTTPProxiesGet Source # 
Instance details

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

Generic TargetHTTPProxiesGet Source # 
Instance details

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

Associated Types

type Rep TargetHTTPProxiesGet :: Type -> Type #

GoogleRequest TargetHTTPProxiesGet Source # 
Instance details

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

Associated Types

type Rs TargetHTTPProxiesGet :: Type #

type Scopes TargetHTTPProxiesGet :: [Symbol] #

type Rep TargetHTTPProxiesGet Source # 
Instance details

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

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

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

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

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

Request Lenses

thttppgProject :: Lens' TargetHTTPProxiesGet Text Source #

Project ID for this request.

thttppgTargetHTTPProxy :: Lens' TargetHTTPProxiesGet Text Source #

Name of the TargetHttpProxy resource to return.