AWS SDK for C++
AWS SDK for C++
Loading...
Searching...
No Matches
DeviceConnectionStatus.h
Go to the documentation of this file.
1
6#pragma once
9
10namespace Aws
11{
12namespace Panorama
13{
14namespace Model
15{
17 {
18 NOT_SET,
19 ONLINE,
20 OFFLINE,
23 ERROR_
24 };
25
26namespace DeviceConnectionStatusMapper
27{
29
31} // namespace DeviceConnectionStatusMapper
32} // namespace Model
33} // namespace Panorama
34} // namespace Aws
#define AWS_PANORAMA_API
AWS_PANORAMA_API DeviceConnectionStatus GetDeviceConnectionStatusForName(const Aws::String &name)
AWS_PANORAMA_API Aws::String GetNameForDeviceConnectionStatus(DeviceConnectionStatus value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String