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.Delete

Contents

Description

Deletes the instance group manager and all instances contained within. If you'd like to delete the manager without deleting the instances, you must first abandon the instances to remove them from the group.

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

Synopsis

REST Resource

type InstanceGroupManagersDeleteResource = "replicapool" :> ("v1beta2" :> ("projects" :> (Capture "project" Text :> ("zones" :> (Capture "zone" Text :> ("instanceGroupManagers" :> (Capture "instanceGroupManager" Text :> (QueryParam "alt" AltJSON :> Delete `[JSON]` Operation)))))))) Source

A resource alias for replicapool.instanceGroupManagers.delete method which the InstanceGroupManagersDelete request conforms to.

Creating a Request

instanceGroupManagersDelete Source

Creates a value of InstanceGroupManagersDelete with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data InstanceGroupManagersDelete Source

Deletes the instance group manager and all instances contained within. If you'd like to delete the manager without deleting the instances, you must first abandon the instances to remove them from the group.

See: instanceGroupManagersDelete smart constructor.

Request Lenses

igmdProject :: Lens' InstanceGroupManagersDelete Text Source

The Google Developers Console project name.

igmdInstanceGroupManager :: Lens' InstanceGroupManagersDelete Text Source

Name of the Instance Group Manager resource to delete.

igmdZone :: Lens' InstanceGroupManagersDelete Text Source

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