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.TargetPools.RemoveHealthCheck

Contents

Description

Removes health check URL from a target pool.

See: Compute Engine API Reference for compute.targetPools.removeHealthCheck.

Synopsis

REST Resource

type TargetPoolsRemoveHealthCheckResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("regions" :> (Capture "region" Text :> ("targetPools" :> (Capture "targetPool" Text :> ("removeHealthCheck" :> (QueryParam "requestId" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] TargetPoolsRemoveHealthCheckRequest :> Post '[JSON] Operation))))))))))) Source #

A resource alias for compute.targetPools.removeHealthCheck method which the TargetPoolsRemoveHealthCheck request conforms to.

Creating a Request

data TargetPoolsRemoveHealthCheck Source #

Removes health check URL from a target pool.

See: targetPoolsRemoveHealthCheck smart constructor.

Instances
Eq TargetPoolsRemoveHealthCheck Source # 
Instance details

Defined in Network.Google.Resource.Compute.TargetPools.RemoveHealthCheck

Data TargetPoolsRemoveHealthCheck Source # 
Instance details

Defined in Network.Google.Resource.Compute.TargetPools.RemoveHealthCheck

Methods

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

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

toConstr :: TargetPoolsRemoveHealthCheck -> Constr #

dataTypeOf :: TargetPoolsRemoveHealthCheck -> DataType #

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

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

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

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

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

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

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

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

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

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

Show TargetPoolsRemoveHealthCheck Source # 
Instance details

Defined in Network.Google.Resource.Compute.TargetPools.RemoveHealthCheck

Generic TargetPoolsRemoveHealthCheck Source # 
Instance details

Defined in Network.Google.Resource.Compute.TargetPools.RemoveHealthCheck

Associated Types

type Rep TargetPoolsRemoveHealthCheck :: Type -> Type #

GoogleRequest TargetPoolsRemoveHealthCheck Source # 
Instance details

Defined in Network.Google.Resource.Compute.TargetPools.RemoveHealthCheck

type Rep TargetPoolsRemoveHealthCheck Source # 
Instance details

Defined in Network.Google.Resource.Compute.TargetPools.RemoveHealthCheck

type Rep TargetPoolsRemoveHealthCheck = D1 (MetaData "TargetPoolsRemoveHealthCheck" "Network.Google.Resource.Compute.TargetPools.RemoveHealthCheck" "gogol-compute-0.5.0-COFx0B1aAnaBzgHFC8Y2g1" False) (C1 (MetaCons "TargetPoolsRemoveHealthCheck'" PrefixI True) ((S1 (MetaSel (Just "_tprhcRequestId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_tprhcProject") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) :*: (S1 (MetaSel (Just "_tprhcTargetPool") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: (S1 (MetaSel (Just "_tprhcPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 TargetPoolsRemoveHealthCheckRequest) :*: S1 (MetaSel (Just "_tprhcRegion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))
type Scopes TargetPoolsRemoveHealthCheck Source # 
Instance details

Defined in Network.Google.Resource.Compute.TargetPools.RemoveHealthCheck

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

Defined in Network.Google.Resource.Compute.TargetPools.RemoveHealthCheck

Request Lenses

tprhcRequestId :: Lens' TargetPoolsRemoveHealthCheck (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).

tprhcTargetPool :: Lens' TargetPoolsRemoveHealthCheck Text Source #

Name of the target pool to remove health checks from.

tprhcRegion :: Lens' TargetPoolsRemoveHealthCheck Text Source #

Name of the region for this request.