gogol-compute-0.2.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.TargetHTTPSProxies.Get

Contents

Description

Returns the specified TargetHttpsProxy resource. Get a list of available target HTTPS proxies by making a list() request.

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

Synopsis

REST Resource

type TargetHTTPSProxiesGetResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("global" :> ("targetHttpsProxies" :> (Capture "targetHttpsProxy" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] TargetHTTPSProxy))))))) Source #

A resource alias for compute.targetHttpsProxies.get method which the TargetHTTPSProxiesGet request conforms to.

Creating a Request

targetHTTPSProxiesGet Source #

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

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

data TargetHTTPSProxiesGet Source #

Returns the specified TargetHttpsProxy resource. Get a list of available target HTTPS proxies by making a list() request.

See: targetHTTPSProxiesGet smart constructor.

Instances

Eq TargetHTTPSProxiesGet Source # 
Data TargetHTTPSProxiesGet Source # 

Methods

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

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

toConstr :: TargetHTTPSProxiesGet -> Constr #

dataTypeOf :: TargetHTTPSProxiesGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show TargetHTTPSProxiesGet Source # 
Generic TargetHTTPSProxiesGet Source # 
GoogleRequest TargetHTTPSProxiesGet Source # 
type Rep TargetHTTPSProxiesGet Source # 
type Rep TargetHTTPSProxiesGet = D1 (MetaData "TargetHTTPSProxiesGet" "Network.Google.Resource.Compute.TargetHTTPSProxies.Get" "gogol-compute-0.2.0-Au6gUXsPbe4EHzC1JwxdWw" False) (C1 (MetaCons "TargetHTTPSProxiesGet'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_thpgProject") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_thpgTargetHTTPSProxy") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Scopes TargetHTTPSProxiesGet Source # 
type Scopes TargetHTTPSProxiesGet = (:) Symbol "https://www.googleapis.com/auth/cloud-platform" ((:) Symbol "https://www.googleapis.com/auth/compute" ((:) Symbol "https://www.googleapis.com/auth/compute.readonly" ([] Symbol)))
type Rs TargetHTTPSProxiesGet Source # 

Request Lenses

thpgProject :: Lens' TargetHTTPSProxiesGet Text Source #

Project ID for this request.

thpgTargetHTTPSProxy :: Lens' TargetHTTPSProxiesGet Text Source #

Name of the TargetHttpsProxy resource to return.