AWS SDK for C++
AWS SDK for C++ Version 1.11.746
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/core/utils/memory/stl/AWSString.h>
8
#include <aws/pcs/PCS_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
PCS {
12
namespace
Model {
13
enum class
PurchaseOption
{
NOT_SET
,
ONDEMAND
,
SPOT
,
CAPACITY_BLOCK
};
14
15
namespace
PurchaseOptionMapper {
16
AWS_PCS_API
PurchaseOption
GetPurchaseOptionForName
(
const
Aws::String
& name);
17
18
AWS_PCS_API
Aws::String
GetNameForPurchaseOption
(
PurchaseOption
value);
19
}
// namespace PurchaseOptionMapper
20
}
// namespace Model
21
}
// namespace PCS
22
}
// 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::PurchaseOption
PurchaseOption
Definition
PurchaseOption.h:13
Aws::PCS::Model::PurchaseOption::CAPACITY_BLOCK
@ CAPACITY_BLOCK
Aws::PCS::Model::PurchaseOption::SPOT
@ SPOT
Aws::PCS::Model::PurchaseOption::ONDEMAND
@ ONDEMAND
Aws::PCS::Model::AccountingMode::NOT_SET
@ NOT_SET
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