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.InstanceGroupManagers.Insert
Description
Creates a managed instance group using the information that you specify in the request. After the group is created, it schedules an action to create instances in the group using the specified instance template. This operation is marked as DONE when the group is created even if the instances in the group have not yet been created. You must separately verify the status of the individual instances with the listmanagedinstances method.
See: Compute Engine API Reference for compute.instanceGroupManagers.insert
.
- type InstanceGroupManagersInsertResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("zones" :> (Capture "zone" Text :> ("instanceGroupManagers" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] InstanceGroupManager :> Post '[JSON] Operation))))))))
- instanceGroupManagersInsert :: Text -> Text -> InstanceGroupManager -> InstanceGroupManagersInsert
- data InstanceGroupManagersInsert
- igmiProject :: Lens' InstanceGroupManagersInsert Text
- igmiZone :: Lens' InstanceGroupManagersInsert Text
- igmiPayload :: Lens' InstanceGroupManagersInsert InstanceGroupManager
REST Resource
type InstanceGroupManagersInsertResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("zones" :> (Capture "zone" Text :> ("instanceGroupManagers" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] InstanceGroupManager :> Post '[JSON] Operation)))))))) #
A resource alias for compute.instanceGroupManagers.insert
method which the
InstanceGroupManagersInsert
request conforms to.
Creating a Request
Arguments
:: Text | |
-> Text | |
-> InstanceGroupManager | |
-> InstanceGroupManagersInsert |
Creates a value of InstanceGroupManagersInsert
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data InstanceGroupManagersInsert #
Creates a managed instance group using the information that you specify in the request. After the group is created, it schedules an action to create instances in the group using the specified instance template. This operation is marked as DONE when the group is created even if the instances in the group have not yet been created. You must separately verify the status of the individual instances with the listmanagedinstances method.
See: instanceGroupManagersInsert
smart constructor.
Instances
Request Lenses
igmiProject :: Lens' InstanceGroupManagersInsert Text #
Project ID for this request.
igmiZone :: Lens' InstanceGroupManagersInsert Text #
The name of the zone where you want to create the managed instance group.
igmiPayload :: Lens' InstanceGroupManagersInsert InstanceGroupManager #
Multipart request metadata.