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-autoscaling
include
aws
autoscaling
model
WarmPoolState.h
1
6
#pragma once
7
#include <aws/autoscaling/AutoScaling_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
AutoScaling
13
{
14
namespace
Model
15
{
16
enum class
WarmPoolState
17
{
18
NOT_SET
,
19
Stopped
,
20
Running
,
21
Hibernated
22
};
23
24
namespace
WarmPoolStateMapper
25
{
26
AWS_AUTOSCALING_API
WarmPoolState
GetWarmPoolStateForName
(
const
Aws::String
& name);
27
28
AWS_AUTOSCALING_API
Aws::String
GetNameForWarmPoolState
(
WarmPoolState
value);
29
}
// namespace WarmPoolStateMapper
30
}
// namespace Model
31
}
// namespace AutoScaling
32
}
// namespace Aws
Aws::AutoScaling::Model::WarmPoolStateMapper::GetWarmPoolStateForName
AWS_AUTOSCALING_API WarmPoolState GetWarmPoolStateForName(const Aws::String &name)
Aws::AutoScaling::Model::WarmPoolStateMapper::GetNameForWarmPoolState
AWS_AUTOSCALING_API Aws::String GetNameForWarmPoolState(WarmPoolState value)
Aws::AutoScaling::Model::AcceleratorManufacturer::NOT_SET
@ NOT_SET
Aws::AutoScaling::Model::WarmPoolState
WarmPoolState
Definition
WarmPoolState.h:17
Aws::AutoScaling::Model::WarmPoolState::Hibernated
@ Hibernated
Aws::AutoScaling::Model::WarmPoolState::Running
@ Running
Aws::AutoScaling::Model::WarmPoolState::Stopped
@ Stopped
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