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

Contents

Description

Returns the specified UrlMap resource. Get a list of available URL maps by making a list() request.

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

Synopsis

REST Resource

type URLMapsGetResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("global" :> ("urlMaps" :> (Capture "urlMap" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] URLMap))))))) Source #

A resource alias for compute.urlMaps.get method which the URLMapsGet request conforms to.

Creating a Request

urlMapsGet Source #

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

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

data URLMapsGet Source #

Returns the specified UrlMap resource. Get a list of available URL maps by making a list() request.

See: urlMapsGet smart constructor.

Instances

Eq URLMapsGet Source # 
Data URLMapsGet Source # 

Methods

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

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

toConstr :: URLMapsGet -> Constr #

dataTypeOf :: URLMapsGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show URLMapsGet Source # 
Generic URLMapsGet Source # 

Associated Types

type Rep URLMapsGet :: * -> * #

GoogleRequest URLMapsGet Source # 

Associated Types

type Rs URLMapsGet :: * #

type Scopes URLMapsGet :: [Symbol] #

type Rep URLMapsGet Source # 
type Rep URLMapsGet = D1 (MetaData "URLMapsGet" "Network.Google.Resource.Compute.URLMaps.Get" "gogol-compute-0.2.0-Au6gUXsPbe4EHzC1JwxdWw" False) (C1 (MetaCons "URLMapsGet'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_umgURLMap") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_umgProject") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Scopes URLMapsGet Source # 
type Scopes URLMapsGet = (:) 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 URLMapsGet Source # 

Request Lenses

umgURLMap :: Lens' URLMapsGet Text Source #

Name of the UrlMap resource to return.

umgProject :: Lens' URLMapsGet Text Source #

Project ID for this request.