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 |
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
- type TargetHTTPProxiesGetResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("global" :> ("targetHttpProxies" :> (Capture "targetHttpProxy" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] TargetHTTPProxy)))))))
- targetHTTPProxiesGet :: Text -> Text -> TargetHTTPProxiesGet
- data TargetHTTPProxiesGet
- thttppgProject :: Lens' TargetHTTPProxiesGet Text
- thttppgTargetHTTPProxy :: Lens' TargetHTTPProxiesGet Text
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
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
Request Lenses
thttppgProject :: Lens' TargetHTTPProxiesGet Text Source #
Project ID for this request.
thttppgTargetHTTPProxy :: Lens' TargetHTTPProxiesGet Text Source #
Name of the TargetHttpProxy resource to return.