| Copyright | (c) 2015-2016 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.Google.Resource.Cloudlatencytest.Statscollection.Updatestats
Description
RPC to update the new TCP stats.
See: Cloud Network Performance Monitoring API Reference for cloudlatencytest.statscollection.updatestats.
- type StatscollectionUpdatestatsResource = "v2" :> ("statscollection" :> ("updatestats" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] Stats :> Post '[JSON] StatsReply))))
- statscollectionUpdatestats :: Stats -> StatscollectionUpdatestats
- data StatscollectionUpdatestats
- suPayload :: Lens' StatscollectionUpdatestats Stats
REST Resource
type StatscollectionUpdatestatsResource = "v2" :> ("statscollection" :> ("updatestats" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] Stats :> Post '[JSON] StatsReply)))) Source #
A resource alias for cloudlatencytest.statscollection.updatestats method which the
StatscollectionUpdatestats request conforms to.
Creating a Request
statscollectionUpdatestats Source #
Arguments
| :: Stats | |
| -> StatscollectionUpdatestats |
Creates a value of StatscollectionUpdatestats with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data StatscollectionUpdatestats Source #
RPC to update the new TCP stats.
See: statscollectionUpdatestats smart constructor.
Instances