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.TargetHTTPProxies.SetURLMap
Description
Changes the URL map for TargetHttpProxy.
See: Compute Engine API Reference for compute.targetHttpProxies.setUrlMap
.
- type TargetHTTPProxiesSetURLMapResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("targetHttpProxies" :> (Capture "targetHttpProxy" Text :> ("setUrlMap" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] URLMapReference :> Post '[JSON] Operation))))))))
- targetHTTPProxiesSetURLMap :: Text -> URLMapReference -> Text -> TargetHTTPProxiesSetURLMap
- data TargetHTTPProxiesSetURLMap
- thttppsumProject :: Lens' TargetHTTPProxiesSetURLMap Text
- thttppsumPayload :: Lens' TargetHTTPProxiesSetURLMap URLMapReference
- thttppsumTargetHTTPProxy :: Lens' TargetHTTPProxiesSetURLMap Text
REST Resource
type TargetHTTPProxiesSetURLMapResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("targetHttpProxies" :> (Capture "targetHttpProxy" Text :> ("setUrlMap" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] URLMapReference :> Post '[JSON] Operation)))))))) #
A resource alias for compute.targetHttpProxies.setUrlMap
method which the
TargetHTTPProxiesSetURLMap
request conforms to.
Creating a Request
Arguments
:: Text | |
-> URLMapReference | |
-> Text | |
-> TargetHTTPProxiesSetURLMap |
Creates a value of TargetHTTPProxiesSetURLMap
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data TargetHTTPProxiesSetURLMap #
Changes the URL map for TargetHttpProxy.
See: targetHTTPProxiesSetURLMap
smart constructor.
Instances
Request Lenses
thttppsumProject :: Lens' TargetHTTPProxiesSetURLMap Text #
Project ID for this request.
thttppsumPayload :: Lens' TargetHTTPProxiesSetURLMap URLMapReference #
Multipart request metadata.
thttppsumTargetHTTPProxy :: Lens' TargetHTTPProxiesSetURLMap Text #
Name of the TargetHttpProxy to set a URL map for.