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-odb
include
aws
odb
model
DbServerPatchingStatus.h
1
6
#pragma once
7
#include <aws/odb/Odb_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
odb
13
{
14
namespace
Model
15
{
16
enum class
DbServerPatchingStatus
17
{
18
NOT_SET
,
19
COMPLETE
,
20
FAILED
,
21
MAINTENANCE_IN_PROGRESS
,
22
SCHEDULED
23
};
24
25
namespace
DbServerPatchingStatusMapper
26
{
27
AWS_ODB_API
DbServerPatchingStatus
GetDbServerPatchingStatusForName
(
const
Aws::String
& name);
28
29
AWS_ODB_API
Aws::String
GetNameForDbServerPatchingStatus
(
DbServerPatchingStatus
value);
30
}
// namespace DbServerPatchingStatusMapper
31
}
// namespace Model
32
}
// namespace odb
33
}
// namespace Aws
Aws::odb::Model::DbServerPatchingStatusMapper::GetDbServerPatchingStatusForName
AWS_ODB_API DbServerPatchingStatus GetDbServerPatchingStatusForName(const Aws::String &name)
Aws::odb::Model::DbServerPatchingStatusMapper::GetNameForDbServerPatchingStatus
AWS_ODB_API Aws::String GetNameForDbServerPatchingStatus(DbServerPatchingStatus value)
Aws::odb::Model::DbNodeResourceStatus::FAILED
@ FAILED
Aws::odb::Model::DbServerPatchingStatus
DbServerPatchingStatus
Definition
DbServerPatchingStatus.h:17
Aws::odb::Model::DbServerPatchingStatus::MAINTENANCE_IN_PROGRESS
@ MAINTENANCE_IN_PROGRESS
Aws::odb::Model::DbServerPatchingStatus::SCHEDULED
@ SCHEDULED
Aws::odb::Model::DbServerPatchingStatus::COMPLETE
@ COMPLETE
Aws::odb::Model::Access::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