AWS SDK for C++
AWS SDK for C++ Version 1.11.606
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-compute-optimizer
include
aws
compute-optimizer
model
AllocationStrategy.h
1
6
#pragma once
7
#include <aws/compute-optimizer/ComputeOptimizer_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
ComputeOptimizer
13
{
14
namespace
Model
15
{
16
enum class
AllocationStrategy
17
{
18
NOT_SET
,
19
Prioritized
,
20
LowestPrice
21
};
22
23
namespace
AllocationStrategyMapper
24
{
25
AWS_COMPUTEOPTIMIZER_API
AllocationStrategy
GetAllocationStrategyForName
(
const
Aws::String
& name);
26
27
AWS_COMPUTEOPTIMIZER_API
Aws::String
GetNameForAllocationStrategy
(
AllocationStrategy
value);
28
}
// namespace AllocationStrategyMapper
29
}
// namespace Model
30
}
// namespace ComputeOptimizer
31
}
// namespace Aws
Aws::ComputeOptimizer::Model::AllocationStrategyMapper::GetNameForAllocationStrategy
AWS_COMPUTEOPTIMIZER_API Aws::String GetNameForAllocationStrategy(AllocationStrategy value)
Aws::ComputeOptimizer::Model::AllocationStrategyMapper::GetAllocationStrategyForName
AWS_COMPUTEOPTIMIZER_API AllocationStrategy GetAllocationStrategyForName(const Aws::String &name)
Aws::ComputeOptimizer::Model::AllocationStrategy
AllocationStrategy
Definition
AllocationStrategy.h:17
Aws::ComputeOptimizer::Model::AllocationStrategy::NOT_SET
@ NOT_SET
Aws::ComputeOptimizer::Model::AllocationStrategy::LowestPrice
@ LowestPrice
Aws::ComputeOptimizer::Model::AllocationStrategy::Prioritized
@ Prioritized
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