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-pcs
include
aws
pcs
model
PurchaseOption.h
1
6
#pragma once
7
#include <aws/pcs/PCS_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
PCS
13
{
14
namespace
Model
15
{
16
enum class
PurchaseOption
17
{
18
NOT_SET
,
19
ONDEMAND
,
20
SPOT
21
};
22
23
namespace
PurchaseOptionMapper
24
{
25
AWS_PCS_API
PurchaseOption
GetPurchaseOptionForName
(
const
Aws::String
& name);
26
27
AWS_PCS_API
Aws::String
GetNameForPurchaseOption
(
PurchaseOption
value);
28
}
// namespace PurchaseOptionMapper
29
}
// namespace Model
30
}
// namespace PCS
31
}
// namespace Aws
Aws::PCS::Model::PurchaseOptionMapper::GetNameForPurchaseOption
AWS_PCS_API Aws::String GetNameForPurchaseOption(PurchaseOption value)
Aws::PCS::Model::PurchaseOptionMapper::GetPurchaseOptionForName
AWS_PCS_API PurchaseOption GetPurchaseOptionForName(const Aws::String &name)
Aws::PCS::Model::ClusterStatus::NOT_SET
@ NOT_SET
Aws::PCS::Model::PurchaseOption
PurchaseOption
Definition
PurchaseOption.h:17
Aws::PCS::Model::PurchaseOption::SPOT
@ SPOT
Aws::PCS::Model::PurchaseOption::ONDEMAND
@ ONDEMAND
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