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 TargetSslProxy resource. Gets a list of available target SSL proxies by making a list() request.
See: Compute Engine API Reference for compute.targetSslProxies.get
.
Synopsis
- type TargetSSLProxiesGetResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("global" :> ("targetSslProxies" :> (Capture "targetSslProxy" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] TargetSSLProxy)))))))
- targetSSLProxiesGet :: Text -> Text -> TargetSSLProxiesGet
- data TargetSSLProxiesGet
- tspgProject :: Lens' TargetSSLProxiesGet Text
- tspgTargetSSLProxy :: Lens' TargetSSLProxiesGet Text
REST Resource
type TargetSSLProxiesGetResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("global" :> ("targetSslProxies" :> (Capture "targetSslProxy" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] TargetSSLProxy))))))) Source #
A resource alias for compute.targetSslProxies.get
method which the
TargetSSLProxiesGet
request conforms to.
Creating a Request
Creates a value of TargetSSLProxiesGet
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data TargetSSLProxiesGet Source #
Returns the specified TargetSslProxy resource. Gets a list of available target SSL proxies by making a list() request.
See: targetSSLProxiesGet
smart constructor.
Instances
Request Lenses
tspgProject :: Lens' TargetSSLProxiesGet Text Source #
Project ID for this request.
tspgTargetSSLProxy :: Lens' TargetSSLProxiesGet Text Source #
Name of the TargetSslProxy resource to return.