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.HTTPSHealthChecks.Get

Contents

Description

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

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

Synopsis

REST Resource

type HTTPSHealthChecksGetResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("global" :> ("httpsHealthChecks" :> (Capture "httpsHealthCheck" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] HTTPSHealthCheck))))))) Source #

A resource alias for compute.httpsHealthChecks.get method which the HTTPSHealthChecksGet request conforms to.

Creating a Request

httpsHealthChecksGet Source #

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

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

data HTTPSHealthChecksGet Source #

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

See: httpsHealthChecksGet smart constructor.

Instances
Eq HTTPSHealthChecksGet Source # 
Instance details

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

Data HTTPSHealthChecksGet Source # 
Instance details

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

Methods

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

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

toConstr :: HTTPSHealthChecksGet -> Constr #

dataTypeOf :: HTTPSHealthChecksGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show HTTPSHealthChecksGet Source # 
Instance details

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

Generic HTTPSHealthChecksGet Source # 
Instance details

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

Associated Types

type Rep HTTPSHealthChecksGet :: Type -> Type #

GoogleRequest HTTPSHealthChecksGet Source # 
Instance details

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

Associated Types

type Rs HTTPSHealthChecksGet :: Type #

type Scopes HTTPSHealthChecksGet :: [Symbol] #

type Rep HTTPSHealthChecksGet Source # 
Instance details

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

type Rep HTTPSHealthChecksGet = D1 (MetaData "HTTPSHealthChecksGet" "Network.Google.Resource.Compute.HTTPSHealthChecks.Get" "gogol-compute-0.4.0-2sGH21T2IC64ihLlqj83IP" False) (C1 (MetaCons "HTTPSHealthChecksGet'" PrefixI True) (S1 (MetaSel (Just "_hhcgProject") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_hhcgHTTPSHealthCheck") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))
type Scopes HTTPSHealthChecksGet Source # 
Instance details

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

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

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

Request Lenses

hhcgProject :: Lens' HTTPSHealthChecksGet Text Source #

Project ID for this request.

hhcgHTTPSHealthCheck :: Lens' HTTPSHealthChecksGet Text Source #

Name of the HttpsHealthCheck resource to return.