AWS SDK for C++
AWS SDK for C++ Version 1.11.791
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-interconnect
include
aws
interconnect
model
ConnectionState.h
1
6
#pragma once
7
#include <aws/core/utils/memory/stl/AWSString.h>
8
#include <aws/interconnect/Interconnect_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
Interconnect {
12
namespace
Model {
13
enum class
ConnectionState
{
NOT_SET
,
available
,
requested
,
pending
,
down
,
deleting
,
deleted
,
failed
,
updating
};
14
15
namespace
ConnectionStateMapper {
16
AWS_INTERCONNECT_API
ConnectionState
GetConnectionStateForName
(
const
Aws::String
& name);
17
18
AWS_INTERCONNECT_API
Aws::String
GetNameForConnectionState
(
ConnectionState
value);
19
}
// namespace ConnectionStateMapper
20
}
// namespace Model
21
}
// namespace Interconnect
22
}
// namespace Aws
Aws::Interconnect::Model::ConnectionStateMapper::GetNameForConnectionState
AWS_INTERCONNECT_API Aws::String GetNameForConnectionState(ConnectionState value)
Aws::Interconnect::Model::ConnectionStateMapper::GetConnectionStateForName
AWS_INTERCONNECT_API ConnectionState GetConnectionStateForName(const Aws::String &name)
Aws::Interconnect::Model::AttachPointType::NOT_SET
@ NOT_SET
Aws::Interconnect::Model::ConnectionState
ConnectionState
Definition
ConnectionState.h:13
Aws::Interconnect::Model::ConnectionState::failed
@ failed
Aws::Interconnect::Model::ConnectionState::requested
@ requested
Aws::Interconnect::Model::ConnectionState::down
@ down
Aws::Interconnect::Model::ConnectionState::pending
@ pending
Aws::Interconnect::Model::ConnectionState::updating
@ updating
Aws::Interconnect::Model::ConnectionState::deleting
@ deleting
Aws::Interconnect::Model::ConnectionState::deleted
@ deleted
Aws::Interconnect::Model::ConnectionState::available
@ available
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