AWS SDK for C++
AWS SDK for C++ Version 1.11.744
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-evs
include
aws
evs
model
VlanState.h
1
6
#pragma once
7
#include <aws/core/utils/memory/stl/AWSString.h>
8
#include <aws/evs/EVS_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
EVS {
12
namespace
Model {
13
enum class
VlanState
{
NOT_SET
,
CREATING
,
CREATED
,
DELETING
,
DELETED
,
CREATE_FAILED
};
14
15
namespace
VlanStateMapper {
16
AWS_EVS_API
VlanState
GetVlanStateForName
(
const
Aws::String
& name);
17
18
AWS_EVS_API
Aws::String
GetNameForVlanState
(
VlanState
value);
19
}
// namespace VlanStateMapper
20
}
// namespace Model
21
}
// namespace EVS
22
}
// namespace Aws
Aws::EVS::Model::VlanStateMapper::GetNameForVlanState
AWS_EVS_API Aws::String GetNameForVlanState(VlanState value)
Aws::EVS::Model::VlanStateMapper::GetVlanStateForName
AWS_EVS_API VlanState GetVlanStateForName(const Aws::String &name)
Aws::EVS::Model::CheckResult::NOT_SET
@ NOT_SET
Aws::EVS::Model::VlanState
VlanState
Definition
VlanState.h:13
Aws::EVS::Model::EnvironmentState::DELETED
@ DELETED
Aws::EVS::Model::EnvironmentState::CREATING
@ CREATING
Aws::EVS::Model::EnvironmentState::CREATED
@ CREATED
Aws::EVS::Model::EnvironmentState::DELETING
@ DELETING
Aws::EVS::Model::EnvironmentState::CREATE_FAILED
@ CREATE_FAILED
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