AWS SDK for C++
AWS SDK for C++ Version 1.11.440
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-iotwireless
include
aws
iotwireless
model
MetricName.h
1
6
#pragma once
7
#include <aws/iotwireless/IoTWireless_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
IoTWireless
13
{
14
namespace
Model
15
{
16
enum class
MetricName
17
{
18
NOT_SET
,
19
DeviceRSSI
,
20
DeviceSNR
,
21
DeviceRoamingRSSI
,
22
DeviceRoamingSNR
,
23
DeviceUplinkCount
,
24
DeviceDownlinkCount
,
25
DeviceUplinkLostCount
,
26
DeviceUplinkLostRate
,
27
DeviceJoinRequestCount
,
28
DeviceJoinAcceptCount
,
29
DeviceRoamingUplinkCount
,
30
DeviceRoamingDownlinkCount
,
31
GatewayUpTime
,
32
GatewayDownTime
,
33
GatewayRSSI
,
34
GatewaySNR
,
35
GatewayUplinkCount
,
36
GatewayDownlinkCount
,
37
GatewayJoinRequestCount
,
38
GatewayJoinAcceptCount
,
39
AwsAccountUplinkCount
,
40
AwsAccountDownlinkCount
,
41
AwsAccountUplinkLostCount
,
42
AwsAccountUplinkLostRate
,
43
AwsAccountJoinRequestCount
,
44
AwsAccountJoinAcceptCount
,
45
AwsAccountRoamingUplinkCount
,
46
AwsAccountRoamingDownlinkCount
,
47
AwsAccountDeviceCount
,
48
AwsAccountGatewayCount
,
49
AwsAccountActiveDeviceCount
,
50
AwsAccountActiveGatewayCount
51
};
52
53
namespace
MetricNameMapper
54
{
55
AWS_IOTWIRELESS_API
MetricName
GetMetricNameForName
(
const
Aws::String
& name);
56
57
AWS_IOTWIRELESS_API
Aws::String
GetNameForMetricName
(
MetricName
value);
58
}
// namespace MetricNameMapper
59
}
// namespace Model
60
}
// namespace IoTWireless
61
}
// namespace Aws
Aws::IoTWireless::Model::MetricNameMapper::GetNameForMetricName
AWS_IOTWIRELESS_API Aws::String GetNameForMetricName(MetricName value)
Aws::IoTWireless::Model::MetricNameMapper::GetMetricNameForName
AWS_IOTWIRELESS_API MetricName GetMetricNameForName(const Aws::String &name)
Aws::IoTWireless::Model::MetricName
MetricName
Definition
MetricName.h:17
Aws::IoTWireless::Model::MetricName::GatewayUpTime
@ GatewayUpTime
Aws::IoTWireless::Model::MetricName::GatewayDownlinkCount
@ GatewayDownlinkCount
Aws::IoTWireless::Model::MetricName::AwsAccountRoamingUplinkCount
@ AwsAccountRoamingUplinkCount
Aws::IoTWireless::Model::MetricName::DeviceJoinRequestCount
@ DeviceJoinRequestCount
Aws::IoTWireless::Model::MetricName::GatewayDownTime
@ GatewayDownTime
Aws::IoTWireless::Model::MetricName::DeviceJoinAcceptCount
@ DeviceJoinAcceptCount
Aws::IoTWireless::Model::MetricName::DeviceUplinkLostCount
@ DeviceUplinkLostCount
Aws::IoTWireless::Model::MetricName::AwsAccountActiveGatewayCount
@ AwsAccountActiveGatewayCount
Aws::IoTWireless::Model::MetricName::DeviceRoamingDownlinkCount
@ DeviceRoamingDownlinkCount
Aws::IoTWireless::Model::MetricName::DeviceRoamingRSSI
@ DeviceRoamingRSSI
Aws::IoTWireless::Model::MetricName::DeviceUplinkCount
@ DeviceUplinkCount
Aws::IoTWireless::Model::MetricName::AwsAccountUplinkLostRate
@ AwsAccountUplinkLostRate
Aws::IoTWireless::Model::MetricName::AwsAccountRoamingDownlinkCount
@ AwsAccountRoamingDownlinkCount
Aws::IoTWireless::Model::MetricName::DeviceUplinkLostRate
@ DeviceUplinkLostRate
Aws::IoTWireless::Model::MetricName::DeviceRoamingUplinkCount
@ DeviceRoamingUplinkCount
Aws::IoTWireless::Model::MetricName::AwsAccountGatewayCount
@ AwsAccountGatewayCount
Aws::IoTWireless::Model::MetricName::GatewaySNR
@ GatewaySNR
Aws::IoTWireless::Model::MetricName::GatewayUplinkCount
@ GatewayUplinkCount
Aws::IoTWireless::Model::MetricName::AwsAccountJoinAcceptCount
@ AwsAccountJoinAcceptCount
Aws::IoTWireless::Model::MetricName::AwsAccountDeviceCount
@ AwsAccountDeviceCount
Aws::IoTWireless::Model::MetricName::GatewayRSSI
@ GatewayRSSI
Aws::IoTWireless::Model::MetricName::GatewayJoinAcceptCount
@ GatewayJoinAcceptCount
Aws::IoTWireless::Model::MetricName::GatewayJoinRequestCount
@ GatewayJoinRequestCount
Aws::IoTWireless::Model::MetricName::DeviceDownlinkCount
@ DeviceDownlinkCount
Aws::IoTWireless::Model::MetricName::AwsAccountUplinkLostCount
@ AwsAccountUplinkLostCount
Aws::IoTWireless::Model::MetricName::AwsAccountActiveDeviceCount
@ AwsAccountActiveDeviceCount
Aws::IoTWireless::Model::MetricName::DeviceRSSI
@ DeviceRSSI
Aws::IoTWireless::Model::MetricName::AwsAccountJoinRequestCount
@ AwsAccountJoinRequestCount
Aws::IoTWireless::Model::MetricName::AwsAccountUplinkCount
@ AwsAccountUplinkCount
Aws::IoTWireless::Model::MetricName::DeviceRoamingSNR
@ DeviceRoamingSNR
Aws::IoTWireless::Model::MetricName::DeviceSNR
@ DeviceSNR
Aws::IoTWireless::Model::MetricName::AwsAccountDownlinkCount
@ AwsAccountDownlinkCount
Aws::IoTWireless::Model::AggregationPeriod::NOT_SET
@ NOT_SET
Aws
Aws::String
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Generated by
1.9.8
Privacy |
Site terms |
Cookie preferences