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

Contents

Description

Detach a list of network endpoints from the specified network endpoint group.

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

Synopsis

REST Resource

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

A resource alias for compute.networkEndpointGroups.detachNetworkEndpoints method which the NetworkEndpointGroupsDetachNetworkEndpoints request conforms to.

Creating a Request

data NetworkEndpointGroupsDetachNetworkEndpoints Source #

Detach a list of network endpoints from the specified network endpoint group.

See: networkEndpointGroupsDetachNetworkEndpoints smart constructor.

Instances
Eq NetworkEndpointGroupsDetachNetworkEndpoints Source # 
Instance details

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

Data NetworkEndpointGroupsDetachNetworkEndpoints Source # 
Instance details

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

Methods

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

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

toConstr :: NetworkEndpointGroupsDetachNetworkEndpoints -> Constr #

dataTypeOf :: NetworkEndpointGroupsDetachNetworkEndpoints -> DataType #

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

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

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

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

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

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

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

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

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

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

Show NetworkEndpointGroupsDetachNetworkEndpoints Source # 
Instance details

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

Generic NetworkEndpointGroupsDetachNetworkEndpoints Source # 
Instance details

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

GoogleRequest NetworkEndpointGroupsDetachNetworkEndpoints Source # 
Instance details

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

type Rep NetworkEndpointGroupsDetachNetworkEndpoints Source # 
Instance details

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

type Rep NetworkEndpointGroupsDetachNetworkEndpoints = D1 (MetaData "NetworkEndpointGroupsDetachNetworkEndpoints" "Network.Google.Resource.Compute.NetworkEndpointGroups.DetachNetworkEndpoints" "gogol-compute-0.5.0-COFx0B1aAnaBzgHFC8Y2g1" False) (C1 (MetaCons "NetworkEndpointGroupsDetachNetworkEndpoints'" PrefixI True) ((S1 (MetaSel (Just "_negdneRequestId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_negdneProject") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) :*: (S1 (MetaSel (Just "_negdneZone") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: (S1 (MetaSel (Just "_negdnePayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 NetworkEndpointGroupsDetachEndpointsRequest) :*: S1 (MetaSel (Just "_negdneNetworkEndpointGroup") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))
type Scopes NetworkEndpointGroupsDetachNetworkEndpoints Source # 
Instance details

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

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

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

Request Lenses

negdneRequestId :: Lens' NetworkEndpointGroupsDetachNetworkEndpoints (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).

negdneZone :: Lens' NetworkEndpointGroupsDetachNetworkEndpoints Text Source #

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

negdneNetworkEndpointGroup :: Lens' NetworkEndpointGroupsDetachNetworkEndpoints Text Source #

The name of the network endpoint group where you are removing network endpoints. It should comply with RFC1035.