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

Contents

Description

Deletes the specified network endpoint group. The network endpoints in the NEG and the VM instances they belong to are not terminated when the NEG is deleted. Note that the NEG cannot be deleted if there are backend services referencing it.

See: Compute Engine API Reference for compute.networkEndpointGroups.delete.

Synopsis

REST Resource

type NetworkEndpointGroupsDeleteResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("zones" :> (Capture "zone" Text :> ("networkEndpointGroups" :> (Capture "networkEndpointGroup" Text :> (QueryParam "requestId" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] Operation))))))))) Source #

A resource alias for compute.networkEndpointGroups.delete method which the NetworkEndpointGroupsDelete request conforms to.

Creating a Request

networkEndpointGroupsDelete Source #

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

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

data NetworkEndpointGroupsDelete Source #

Deletes the specified network endpoint group. The network endpoints in the NEG and the VM instances they belong to are not terminated when the NEG is deleted. Note that the NEG cannot be deleted if there are backend services referencing it.

See: networkEndpointGroupsDelete smart constructor.

Instances
Eq NetworkEndpointGroupsDelete Source # 
Instance details

Defined in Network.Google.Resource.Compute.NetworkEndpointGroups.Delete

Data NetworkEndpointGroupsDelete Source # 
Instance details

Defined in Network.Google.Resource.Compute.NetworkEndpointGroups.Delete

Methods

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

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

toConstr :: NetworkEndpointGroupsDelete -> Constr #

dataTypeOf :: NetworkEndpointGroupsDelete -> DataType #

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

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

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

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

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

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

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

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

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

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

Show NetworkEndpointGroupsDelete Source # 
Instance details

Defined in Network.Google.Resource.Compute.NetworkEndpointGroups.Delete

Generic NetworkEndpointGroupsDelete Source # 
Instance details

Defined in Network.Google.Resource.Compute.NetworkEndpointGroups.Delete

Associated Types

type Rep NetworkEndpointGroupsDelete :: Type -> Type #

GoogleRequest NetworkEndpointGroupsDelete Source # 
Instance details

Defined in Network.Google.Resource.Compute.NetworkEndpointGroups.Delete

type Rep NetworkEndpointGroupsDelete Source # 
Instance details

Defined in Network.Google.Resource.Compute.NetworkEndpointGroups.Delete

type Rep NetworkEndpointGroupsDelete = D1 (MetaData "NetworkEndpointGroupsDelete" "Network.Google.Resource.Compute.NetworkEndpointGroups.Delete" "gogol-compute-0.5.0-COFx0B1aAnaBzgHFC8Y2g1" False) (C1 (MetaCons "NetworkEndpointGroupsDelete'" PrefixI True) ((S1 (MetaSel (Just "_negdRequestId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_negdProject") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) :*: (S1 (MetaSel (Just "_negdZone") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_negdNetworkEndpointGroup") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Scopes NetworkEndpointGroupsDelete Source # 
Instance details

Defined in Network.Google.Resource.Compute.NetworkEndpointGroups.Delete

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

Defined in Network.Google.Resource.Compute.NetworkEndpointGroups.Delete

Request Lenses

negdRequestId :: Lens' NetworkEndpointGroupsDelete (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).

negdProject :: Lens' NetworkEndpointGroupsDelete Text Source #

Project ID for this request.

negdZone :: Lens' NetworkEndpointGroupsDelete Text Source #

The name of the zone where the network endpoint group is located. It should comply with RFC1035.

negdNetworkEndpointGroup :: Lens' NetworkEndpointGroupsDelete Text Source #

The name of the network endpoint group to delete. It should comply with RFC1035.