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.TargetInstances.Insert
Description
Creates a TargetInstance resource in the specified project and zone using the data included in the request.
See: Compute Engine API Reference for compute.targetInstances.insert
.
- type TargetInstancesInsertResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("zones" :> (Capture "zone" Text :> ("targetInstances" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] TargetInstance :> Post '[JSON] Operation))))))))
- targetInstancesInsert :: Text -> Text -> TargetInstance -> TargetInstancesInsert
- data TargetInstancesInsert
- tiiProject :: Lens' TargetInstancesInsert Text
- tiiZone :: Lens' TargetInstancesInsert Text
- tiiPayload :: Lens' TargetInstancesInsert TargetInstance
REST Resource
type TargetInstancesInsertResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("zones" :> (Capture "zone" Text :> ("targetInstances" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] TargetInstance :> Post '[JSON] Operation)))))))) #
A resource alias for compute.targetInstances.insert
method which the
TargetInstancesInsert
request conforms to.
Creating a Request
Arguments
:: Text | |
-> Text | |
-> TargetInstance | |
-> TargetInstancesInsert |
Creates a value of TargetInstancesInsert
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data TargetInstancesInsert #
Creates a TargetInstance resource in the specified project and zone using the data included in the request.
See: targetInstancesInsert
smart constructor.
Request Lenses
tiiProject :: Lens' TargetInstancesInsert Text #
Project ID for this request.
tiiZone :: Lens' TargetInstancesInsert Text #
Name of the zone scoping this request.
tiiPayload :: Lens' TargetInstancesInsert TargetInstance #
Multipart request metadata.