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.TargetPools.Insert
Description
Creates a target pool in the specified project and region using the data included in the request.
See: Compute Engine API Reference for compute.targetPools.insert
.
- type TargetPoolsInsertResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("regions" :> (Capture "region" Text :> ("targetPools" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] TargetPool :> Post '[JSON] Operation))))))))
- targetPoolsInsert :: Text -> TargetPool -> Text -> TargetPoolsInsert
- data TargetPoolsInsert
- tpiProject :: Lens' TargetPoolsInsert Text
- tpiPayload :: Lens' TargetPoolsInsert TargetPool
- tpiRegion :: Lens' TargetPoolsInsert Text
REST Resource
type TargetPoolsInsertResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("regions" :> (Capture "region" Text :> ("targetPools" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] TargetPool :> Post '[JSON] Operation)))))))) #
A resource alias for compute.targetPools.insert
method which the
TargetPoolsInsert
request conforms to.
Creating a Request
Arguments
:: Text | |
-> TargetPool | |
-> Text | |
-> TargetPoolsInsert |
Creates a value of TargetPoolsInsert
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data TargetPoolsInsert #
Creates a target pool in the specified project and region using the data included in the request.
See: targetPoolsInsert
smart constructor.
Instances
Request Lenses
tpiProject :: Lens' TargetPoolsInsert Text #
Project ID for this request.
tpiPayload :: Lens' TargetPoolsInsert TargetPool #
Multipart request metadata.
tpiRegion :: Lens' TargetPoolsInsert Text #
Name of the region scoping this request.