gogol-compute-0.5.0: Google Compute Engine SDK.

Copyright(c) 2015-2016 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.Compute.InstanceGroups.RemoveInstances

Contents

Description

Removes one or more instances from the specified instance group, but does not delete those instances. If the group is part of a backend service that has enabled connection draining, it can take up to 60 seconds after the connection draining duration before the VM instance is removed or deleted.

See: Compute Engine API Reference for compute.instanceGroups.removeInstances.

Synopsis

REST Resource

type InstanceGroupsRemoveInstancesResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("zones" :> (Capture "zone" Text :> ("instanceGroups" :> (Capture "instanceGroup" Text :> ("removeInstances" :> (QueryParam "requestId" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] InstanceGroupsRemoveInstancesRequest :> Post '[JSON] Operation))))))))))) Source #

A resource alias for compute.instanceGroups.removeInstances method which the InstanceGroupsRemoveInstances request conforms to.

Creating a Request

data InstanceGroupsRemoveInstances Source #

Removes one or more instances from the specified instance group, but does not delete those instances. If the group is part of a backend service that has enabled connection draining, it can take up to 60 seconds after the connection draining duration before the VM instance is removed or deleted.

See: instanceGroupsRemoveInstances smart constructor.

Instances
Eq InstanceGroupsRemoveInstances Source # 
Instance details

Defined in Network.Google.Resource.Compute.InstanceGroups.RemoveInstances

Data InstanceGroupsRemoveInstances Source # 
Instance details

Defined in Network.Google.Resource.Compute.InstanceGroups.RemoveInstances

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> InstanceGroupsRemoveInstances -> c InstanceGroupsRemoveInstances #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c InstanceGroupsRemoveInstances #

toConstr :: InstanceGroupsRemoveInstances -> Constr #

dataTypeOf :: InstanceGroupsRemoveInstances -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c InstanceGroupsRemoveInstances) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c InstanceGroupsRemoveInstances) #

gmapT :: (forall b. Data b => b -> b) -> InstanceGroupsRemoveInstances -> InstanceGroupsRemoveInstances #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> InstanceGroupsRemoveInstances -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> InstanceGroupsRemoveInstances -> r #

gmapQ :: (forall d. Data d => d -> u) -> InstanceGroupsRemoveInstances -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> InstanceGroupsRemoveInstances -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> InstanceGroupsRemoveInstances -> m InstanceGroupsRemoveInstances #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> InstanceGroupsRemoveInstances -> m InstanceGroupsRemoveInstances #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> InstanceGroupsRemoveInstances -> m InstanceGroupsRemoveInstances #

Show InstanceGroupsRemoveInstances Source # 
Instance details

Defined in Network.Google.Resource.Compute.InstanceGroups.RemoveInstances

Generic InstanceGroupsRemoveInstances Source # 
Instance details

Defined in Network.Google.Resource.Compute.InstanceGroups.RemoveInstances

Associated Types

type Rep InstanceGroupsRemoveInstances :: Type -> Type #

GoogleRequest InstanceGroupsRemoveInstances Source # 
Instance details

Defined in Network.Google.Resource.Compute.InstanceGroups.RemoveInstances

type Rep InstanceGroupsRemoveInstances Source # 
Instance details

Defined in Network.Google.Resource.Compute.InstanceGroups.RemoveInstances

type Rep InstanceGroupsRemoveInstances = D1 (MetaData "InstanceGroupsRemoveInstances" "Network.Google.Resource.Compute.InstanceGroups.RemoveInstances" "gogol-compute-0.5.0-COFx0B1aAnaBzgHFC8Y2g1" False) (C1 (MetaCons "InstanceGroupsRemoveInstances'" PrefixI True) ((S1 (MetaSel (Just "_igriRequestId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_igriProject") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) :*: (S1 (MetaSel (Just "_igriZone") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: (S1 (MetaSel (Just "_igriPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 InstanceGroupsRemoveInstancesRequest) :*: S1 (MetaSel (Just "_igriInstanceGroup") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))
type Scopes InstanceGroupsRemoveInstances Source # 
Instance details

Defined in Network.Google.Resource.Compute.InstanceGroups.RemoveInstances

type Scopes InstanceGroupsRemoveInstances = "https://www.googleapis.com/auth/cloud-platform" ': ("https://www.googleapis.com/auth/compute" ': ([] :: [Symbol]))
type Rs InstanceGroupsRemoveInstances Source # 
Instance details

Defined in Network.Google.Resource.Compute.InstanceGroups.RemoveInstances

Request Lenses

igriRequestId :: Lens' InstanceGroupsRemoveInstances (Maybe Text) Source #

An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

igriZone :: Lens' InstanceGroupsRemoveInstances Text Source #

The name of the zone where the instance group is located.

igriInstanceGroup :: Lens' InstanceGroupsRemoveInstances Text Source #

The name of the instance group where the specified instances will be removed.