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

Contents

Description

Returns the specified TargetHttpsProxy resource. Gets 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. Gets a list of available target HTTPS proxies by making a list() request.

See: targetHTTPSProxiesGet smart constructor.

Instances
Eq TargetHTTPSProxiesGet Source # 
Instance details

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

Data TargetHTTPSProxiesGet Source # 
Instance details

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

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 # 
Instance details

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

Generic TargetHTTPSProxiesGet Source # 
Instance details

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

Associated Types

type Rep TargetHTTPSProxiesGet :: Type -> Type #

GoogleRequest TargetHTTPSProxiesGet Source # 
Instance details

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

type Rep TargetHTTPSProxiesGet Source # 
Instance details

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

type Rep TargetHTTPSProxiesGet = D1 (MetaData "TargetHTTPSProxiesGet" "Network.Google.Resource.Compute.TargetHTTPSProxies.Get" "gogol-compute-0.4.0-2sGH21T2IC64ihLlqj83IP" False) (C1 (MetaCons "TargetHTTPSProxiesGet'" PrefixI True) (S1 (MetaSel (Just "_thpgProject") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_thpgTargetHTTPSProxy") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))
type Scopes TargetHTTPSProxiesGet Source # 
Instance details

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

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

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

Request Lenses

thpgProject :: Lens' TargetHTTPSProxiesGet Text Source #

Project ID for this request.

thpgTargetHTTPSProxy :: Lens' TargetHTTPSProxiesGet Text Source #

Name of the TargetHttpsProxy resource to return.