| 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.RegionAutoscalers.Insert
Description
Creates an autoscaler in the specified project using the data included in the request.
See: Compute Engine API Reference for compute.regionAutoscalers.insert.
- type RegionAutoscalersInsertResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("regions" :> (Capture "region" Text :> ("autoscalers" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] Autoscaler :> Post '[JSON] Operation))))))))
- regionAutoscalersInsert :: Text -> Autoscaler -> Text -> RegionAutoscalersInsert
- data RegionAutoscalersInsert
- raiProject :: Lens' RegionAutoscalersInsert Text
- raiPayload :: Lens' RegionAutoscalersInsert Autoscaler
- raiRegion :: Lens' RegionAutoscalersInsert Text
REST Resource
type RegionAutoscalersInsertResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("regions" :> (Capture "region" Text :> ("autoscalers" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] Autoscaler :> Post '[JSON] Operation)))))))) #
A resource alias for compute.regionAutoscalers.insert method which the
RegionAutoscalersInsert request conforms to.
Creating a Request
Arguments
| :: Text | |
| -> Autoscaler | |
| -> Text | |
| -> RegionAutoscalersInsert |
Creates a value of RegionAutoscalersInsert with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data RegionAutoscalersInsert #
Creates an autoscaler in the specified project using the data included in the request.
See: regionAutoscalersInsert smart constructor.
Request Lenses
raiProject :: Lens' RegionAutoscalersInsert Text #
Project ID for this request.
raiPayload :: Lens' RegionAutoscalersInsert Autoscaler #
Multipart request metadata.
raiRegion :: Lens' RegionAutoscalersInsert Text #
Name of the region scoping this request.