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.TargetHTTPSProxies.SetSSLCertificates
Description
Replaces SslCertificates for TargetHttpsProxy.
See: Compute Engine API Reference for compute.targetHttpsProxies.setSslCertificates
.
- type TargetHTTPSProxiesSetSSLCertificatesResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("targetHttpsProxies" :> (Capture "targetHttpsProxy" Text :> ("setSslCertificates" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] TargetHTTPSProxiesSetSSLCertificatesRequest :> Post '[JSON] Operation))))))))
- targetHTTPSProxiesSetSSLCertificates :: Text -> TargetHTTPSProxiesSetSSLCertificatesRequest -> Text -> TargetHTTPSProxiesSetSSLCertificates
- data TargetHTTPSProxiesSetSSLCertificates
- thpsscProject :: Lens' TargetHTTPSProxiesSetSSLCertificates Text
- thpsscPayload :: Lens' TargetHTTPSProxiesSetSSLCertificates TargetHTTPSProxiesSetSSLCertificatesRequest
- thpsscTargetHTTPSProxy :: Lens' TargetHTTPSProxiesSetSSLCertificates Text
REST Resource
type TargetHTTPSProxiesSetSSLCertificatesResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("targetHttpsProxies" :> (Capture "targetHttpsProxy" Text :> ("setSslCertificates" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] TargetHTTPSProxiesSetSSLCertificatesRequest :> Post '[JSON] Operation)))))))) #
A resource alias for compute.targetHttpsProxies.setSslCertificates
method which the
TargetHTTPSProxiesSetSSLCertificates
request conforms to.
Creating a Request
targetHTTPSProxiesSetSSLCertificates #
Arguments
:: Text | |
-> TargetHTTPSProxiesSetSSLCertificatesRequest | |
-> Text | |
-> TargetHTTPSProxiesSetSSLCertificates |
Creates a value of TargetHTTPSProxiesSetSSLCertificates
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data TargetHTTPSProxiesSetSSLCertificates #
Replaces SslCertificates for TargetHttpsProxy.
See: targetHTTPSProxiesSetSSLCertificates
smart constructor.
Instances
Request Lenses
thpsscProject :: Lens' TargetHTTPSProxiesSetSSLCertificates Text #
Project ID for this request.
thpsscPayload :: Lens' TargetHTTPSProxiesSetSSLCertificates TargetHTTPSProxiesSetSSLCertificatesRequest #
Multipart request metadata.
thpsscTargetHTTPSProxy :: Lens' TargetHTTPSProxiesSetSSLCertificates Text #
Name of the TargetHttpsProxy resource to set an SslCertificates resource for.