gogol-compute-0.4.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.HTTPHealthChecks.Get

Contents

Description

Returns the specified HttpHealthCheck resource. Gets a list of available HTTP health checks by making a list() request.

See: Compute Engine API Reference for compute.httpHealthChecks.get.

Synopsis

REST Resource

type HTTPHealthChecksGetResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("global" :> ("httpHealthChecks" :> (Capture "httpHealthCheck" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] HTTPHealthCheck))))))) Source #

A resource alias for compute.httpHealthChecks.get method which the HTTPHealthChecksGet request conforms to.

Creating a Request

hTTPHealthChecksGet Source #

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

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

data HTTPHealthChecksGet Source #

Returns the specified HttpHealthCheck resource. Gets a list of available HTTP health checks by making a list() request.

See: hTTPHealthChecksGet smart constructor.

Instances
Eq HTTPHealthChecksGet Source # 
Instance details

Defined in Network.Google.Resource.Compute.HTTPHealthChecks.Get

Data HTTPHealthChecksGet Source # 
Instance details

Defined in Network.Google.Resource.Compute.HTTPHealthChecks.Get

Methods

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

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

toConstr :: HTTPHealthChecksGet -> Constr #

dataTypeOf :: HTTPHealthChecksGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show HTTPHealthChecksGet Source # 
Instance details

Defined in Network.Google.Resource.Compute.HTTPHealthChecks.Get

Generic HTTPHealthChecksGet Source # 
Instance details

Defined in Network.Google.Resource.Compute.HTTPHealthChecks.Get

Associated Types

type Rep HTTPHealthChecksGet :: Type -> Type #

GoogleRequest HTTPHealthChecksGet Source # 
Instance details

Defined in Network.Google.Resource.Compute.HTTPHealthChecks.Get

Associated Types

type Rs HTTPHealthChecksGet :: Type #

type Scopes HTTPHealthChecksGet :: [Symbol] #

type Rep HTTPHealthChecksGet Source # 
Instance details

Defined in Network.Google.Resource.Compute.HTTPHealthChecks.Get

type Rep HTTPHealthChecksGet = D1 (MetaData "HTTPHealthChecksGet" "Network.Google.Resource.Compute.HTTPHealthChecks.Get" "gogol-compute-0.4.0-3Vo4S3NyrNeJWlNkflB3dZ" False) (C1 (MetaCons "HTTPHealthChecksGet'" PrefixI True) (S1 (MetaSel (Just "_httphcgProject") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_httphcgHTTPHealthCheck") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))
type Scopes HTTPHealthChecksGet Source # 
Instance details

Defined in Network.Google.Resource.Compute.HTTPHealthChecks.Get

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

Defined in Network.Google.Resource.Compute.HTTPHealthChecks.Get

Request Lenses

httphcgProject :: Lens' HTTPHealthChecksGet Text Source #

Project ID for this request.

httphcgHTTPHealthCheck :: Lens' HTTPHealthChecksGet Text Source #

Name of the HttpHealthCheck resource to return.