gogol-replicapool-0.0.1: Google Compute Engine Instance Group Manager 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.ReplicaPool.InstanceGroupManagers.DeleteInstances

Contents

Description

Deletes the specified instances. The instances are deleted, then removed from the instance group and any target pools of which they were a member. The targetSize of the instance group manager is reduced by the number of instances deleted.

See: Google Compute Engine Instance Group Manager API Reference for replicapool.instanceGroupManagers.deleteInstances.

Synopsis

REST Resource

type InstanceGroupManagersDeleteInstancesResource = "replicapool" :> ("v1beta2" :> ("projects" :> (Capture "project" Text :> ("zones" :> (Capture "zone" Text :> ("instanceGroupManagers" :> (Capture "instanceGroupManager" Text :> ("deleteInstances" :> (QueryParam "alt" AltJSON :> (ReqBody `[JSON]` InstanceGroupManagersDeleteInstancesRequest :> Post `[JSON]` Operation)))))))))) Source

A resource alias for replicapool.instanceGroupManagers.deleteInstances method which the InstanceGroupManagersDeleteInstances request conforms to.

Creating a Request

data InstanceGroupManagersDeleteInstances Source

Deletes the specified instances. The instances are deleted, then removed from the instance group and any target pools of which they were a member. The targetSize of the instance group manager is reduced by the number of instances deleted.

See: instanceGroupManagersDeleteInstances smart constructor.

Request Lenses

igmdiProject :: Lens' InstanceGroupManagersDeleteInstances Text Source

The Google Developers Console project name.

igmdiZone :: Lens' InstanceGroupManagersDeleteInstances Text Source

The name of the zone in which the instance group manager resides.