gogol-autoscaler-0.0.1: Google Compute Engine Autoscaler SDK.

Copyright(c) 2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.Autoscaler.Autoscalers.Patch

Contents

Description

Update the entire content of the Autoscaler resource. This method supports patch semantics.

See: Google Compute Engine Autoscaler API Reference for autoscaler.autoscalers.patch.

Synopsis

REST Resource

type AutoscalersPatchResource = "autoscaler" :> ("v1beta2" :> ("projects" :> (Capture "project" Text :> ("zones" :> (Capture "zone" Text :> ("autoscalers" :> (Capture "autoscaler" Text :> (QueryParam "alt" AltJSON :> (ReqBody `[JSON]` Autoscaler :> Patch `[JSON]` Operation))))))))) Source

A resource alias for autoscaler.autoscalers.patch method which the AutoscalersPatch request conforms to.

Creating a Request

autoscalersPatch Source

Creates a value of AutoscalersPatch with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data AutoscalersPatch Source

Update the entire content of the Autoscaler resource. This method supports patch semantics.

See: autoscalersPatch smart constructor.

Request Lenses

apProject :: Lens' AutoscalersPatch Text Source

Project ID of Autoscaler resource.

apZone :: Lens' AutoscalersPatch Text Source

Zone name of Autoscaler resource.

apPayload :: Lens' AutoscalersPatch Autoscaler Source

Multipart request metadata.

apAutoscaler :: Lens' AutoscalersPatch Text Source

Name of the Autoscaler resource.