AWS SDK for C++
AWS SDK for C++ Version 1.11.749
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-directconnect
include
aws
directconnect
model
VirtualInterfaceState.h
1
6
#pragma once
7
#include <aws/core/utils/memory/stl/AWSString.h>
8
#include <aws/directconnect/DirectConnect_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
DirectConnect {
12
namespace
Model {
13
enum class
VirtualInterfaceState
{
14
NOT_SET
,
15
confirming
,
16
verifying
,
17
pending
,
18
available
,
19
down
,
20
testing
,
21
deleting
,
22
deleted
,
23
rejected
,
24
unknown
25
};
26
27
namespace
VirtualInterfaceStateMapper {
28
AWS_DIRECTCONNECT_API
VirtualInterfaceState
GetVirtualInterfaceStateForName
(
const
Aws::String
& name);
29
30
AWS_DIRECTCONNECT_API
Aws::String
GetNameForVirtualInterfaceState
(
VirtualInterfaceState
value);
31
}
// namespace VirtualInterfaceStateMapper
32
}
// namespace Model
33
}
// namespace DirectConnect
34
}
// namespace Aws
Aws::DirectConnect::Model::VirtualInterfaceStateMapper::GetVirtualInterfaceStateForName
AWS_DIRECTCONNECT_API VirtualInterfaceState GetVirtualInterfaceStateForName(const Aws::String &name)
Aws::DirectConnect::Model::VirtualInterfaceStateMapper::GetNameForVirtualInterfaceState
AWS_DIRECTCONNECT_API Aws::String GetNameForVirtualInterfaceState(VirtualInterfaceState value)
Aws::DirectConnect::Model::BGPStatus::down
@ down
Aws::DirectConnect::Model::BGPStatus::unknown
@ unknown
Aws::DirectConnect::Model::VirtualInterfaceState
VirtualInterfaceState
Definition
VirtualInterfaceState.h:13
Aws::DirectConnect::Model::VirtualInterfaceState::confirming
@ confirming
Aws::DirectConnect::Model::VirtualInterfaceState::testing
@ testing
Aws::DirectConnect::Model::BGPPeerState::verifying
@ verifying
Aws::DirectConnect::Model::BGPPeerState::pending
@ pending
Aws::DirectConnect::Model::BGPPeerState::deleting
@ deleting
Aws::DirectConnect::Model::BGPPeerState::deleted
@ deleted
Aws::DirectConnect::Model::BGPPeerState::available
@ available
Aws::DirectConnect::Model::AddressFamily::NOT_SET
@ NOT_SET
Aws::DirectConnect::Model::ConnectionState::rejected
@ rejected
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