gogol-latencytest-0.3.0: Google Cloud Network Performance Monitoring 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.Cloudlatencytest.Statscollection.Updateaggregatedstats

Contents

Description

RPC to update the new TCP stats.

See: Cloud Network Performance Monitoring API Reference for cloudlatencytest.statscollection.updateaggregatedstats.

Synopsis

REST Resource

type StatscollectionUpdateaggregatedstatsResource = "v2" :> ("statscollection" :> ("updateaggregatedstats" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] AggregatedStats :> Post '[JSON] AggregatedStatsReply)))) Source #

A resource alias for cloudlatencytest.statscollection.updateaggregatedstats method which the StatscollectionUpdateaggregatedstats request conforms to.

Creating a Request

statscollectionUpdateaggregatedstats Source #

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

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

data StatscollectionUpdateaggregatedstats Source #

RPC to update the new TCP stats.

See: statscollectionUpdateaggregatedstats smart constructor.

Instances

Eq StatscollectionUpdateaggregatedstats Source # 
Data StatscollectionUpdateaggregatedstats Source # 

Methods

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

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

toConstr :: StatscollectionUpdateaggregatedstats -> Constr #

dataTypeOf :: StatscollectionUpdateaggregatedstats -> DataType #

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

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

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

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

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

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

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

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

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

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

Show StatscollectionUpdateaggregatedstats Source # 
Generic StatscollectionUpdateaggregatedstats Source # 
GoogleRequest StatscollectionUpdateaggregatedstats Source # 
type Rep StatscollectionUpdateaggregatedstats Source # 
type Rep StatscollectionUpdateaggregatedstats = D1 (MetaData "StatscollectionUpdateaggregatedstats" "Network.Google.Resource.Cloudlatencytest.Statscollection.Updateaggregatedstats" "gogol-latencytest-0.3.0-I1CDDjDz7gUEPJ4JAvfTJ" True) (C1 (MetaCons "StatscollectionUpdateaggregatedstats'" PrefixI True) (S1 (MetaSel (Just Symbol "_sPayload") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 AggregatedStats)))
type Scopes StatscollectionUpdateaggregatedstats Source # 
type Scopes StatscollectionUpdateaggregatedstats = (:) Symbol "https://www.googleapis.com/auth/monitoring.readonly" ([] Symbol)
type Rs StatscollectionUpdateaggregatedstats Source # 

Request Lenses