| 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.TargetTCPProxies.Get
Description
Returns the specified TargetTcpProxy resource. Gets a list of available target TCP proxies by making a list() request.
See: Compute Engine API Reference for compute.targetTcpProxies.get.
Synopsis
- type TargetTCPProxiesGetResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("global" :> ("targetTcpProxies" :> (Capture "targetTcpProxy" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] TargetTCPProxy)))))))
- targetTCPProxiesGet :: Text -> Text -> TargetTCPProxiesGet
- data TargetTCPProxiesGet
- ttpgProject :: Lens' TargetTCPProxiesGet Text
- ttpgTargetTCPProxy :: Lens' TargetTCPProxiesGet Text
REST Resource
type TargetTCPProxiesGetResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("global" :> ("targetTcpProxies" :> (Capture "targetTcpProxy" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] TargetTCPProxy))))))) Source #
A resource alias for compute.targetTcpProxies.get method which the
TargetTCPProxiesGet request conforms to.
Creating a Request
Arguments
| :: Text | |
| -> Text | |
| -> TargetTCPProxiesGet |
Creates a value of TargetTCPProxiesGet with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data TargetTCPProxiesGet Source #
Returns the specified TargetTcpProxy resource. Gets a list of available target TCP proxies by making a list() request.
See: targetTCPProxiesGet smart constructor.
Instances
Request Lenses
ttpgProject :: Lens' TargetTCPProxiesGet Text Source #
Project ID for this request.
ttpgTargetTCPProxy :: Lens' TargetTCPProxiesGet Text Source #
Name of the TargetTcpProxy resource to return.