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.HealthChecks.Update
Description
Updates a HealthCheck resource in the specified project using the data included in the request.
See: Compute Engine API Reference for compute.healthChecks.update
.
- type HealthChecksUpdateResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("global" :> ("healthChecks" :> (Capture "healthCheck" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] HealthCheck :> Put '[JSON] Operation))))))))
- healthChecksUpdate :: Text -> Text -> HealthCheck -> HealthChecksUpdate
- data HealthChecksUpdate
- hcuHealthCheck :: Lens' HealthChecksUpdate Text
- hcuProject :: Lens' HealthChecksUpdate Text
- hcuPayload :: Lens' HealthChecksUpdate HealthCheck
REST Resource
type HealthChecksUpdateResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("global" :> ("healthChecks" :> (Capture "healthCheck" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] HealthCheck :> Put '[JSON] Operation)))))))) #
A resource alias for compute.healthChecks.update
method which the
HealthChecksUpdate
request conforms to.
Creating a Request
Arguments
:: Text | |
-> Text | |
-> HealthCheck | |
-> HealthChecksUpdate |
Creates a value of HealthChecksUpdate
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data HealthChecksUpdate #
Updates a HealthCheck resource in the specified project using the data included in the request.
See: healthChecksUpdate
smart constructor.
Request Lenses
hcuHealthCheck :: Lens' HealthChecksUpdate Text #
Name of the HealthCheck resource to update.
hcuProject :: Lens' HealthChecksUpdate Text #
Project ID for this request.
hcuPayload :: Lens' HealthChecksUpdate HealthCheck #
Multipart request metadata.