Copyright | (c) 2015-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Network.Google.Resource.Compute.URLMaps.Get
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
.
- type URLMapsGetResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("global" :> ("urlMaps" :> (Capture "urlMap" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] URLMap)))))))
- urlMapsGet :: Text -> Text -> URLMapsGet
- data URLMapsGet
- umgURLMap :: Lens' URLMapsGet Text
- umgProject :: Lens' URLMapsGet Text
REST Resource
type URLMapsGetResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("global" :> ("urlMaps" :> (Capture "urlMap" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] URLMap))))))) #
A resource alias for compute.urlMaps.get
method which the
URLMapsGet
request conforms to.
Creating a Request
Arguments
:: Text | |
-> Text | |
-> URLMapsGet |
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 #
Returns the specified UrlMap resource. Get a list of available URL maps by making a list() request.
See: urlMapsGet
smart constructor.
Instances
Eq URLMapsGet # | |
Data URLMapsGet # | |
Show URLMapsGet # | |
Generic URLMapsGet # | |
GoogleRequest URLMapsGet # | |
type Rep URLMapsGet # | |
type Scopes URLMapsGet # | |
type Rs URLMapsGet # | |
Request Lenses
umgURLMap :: Lens' URLMapsGet Text #
Name of the UrlMap resource to return.
umgProject :: Lens' URLMapsGet Text #
Project ID for this request.