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-drs
include
aws
drs
model
RecoveryResult.h
1
6
#pragma once
7
#include <aws/drs/Drs_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
drs
13
{
14
namespace
Model
15
{
16
enum class
RecoveryResult
17
{
18
NOT_SET
,
19
NOT_STARTED
,
20
IN_PROGRESS
,
21
SUCCESS
,
22
FAIL
,
23
PARTIAL_SUCCESS
,
24
ASSOCIATE_SUCCESS
,
25
ASSOCIATE_FAIL
26
};
27
28
namespace
RecoveryResultMapper
29
{
30
AWS_DRS_API
RecoveryResult
GetRecoveryResultForName
(
const
Aws::String
& name);
31
32
AWS_DRS_API
Aws::String
GetNameForRecoveryResult
(
RecoveryResult
value);
33
}
// namespace RecoveryResultMapper
34
}
// namespace Model
35
}
// namespace drs
36
}
// namespace Aws
Aws::drs::Model::RecoveryResultMapper::GetNameForRecoveryResult
AWS_DRS_API Aws::String GetNameForRecoveryResult(RecoveryResult value)
Aws::drs::Model::RecoveryResultMapper::GetRecoveryResultForName
AWS_DRS_API RecoveryResult GetRecoveryResultForName(const Aws::String &name)
Aws::drs::Model::RecoveryResult
RecoveryResult
Definition
RecoveryResult.h:17
Aws::drs::Model::RecoveryResult::ASSOCIATE_SUCCESS
@ ASSOCIATE_SUCCESS
Aws::drs::Model::RecoveryResult::PARTIAL_SUCCESS
@ PARTIAL_SUCCESS
Aws::drs::Model::RecoveryResult::FAIL
@ FAIL
Aws::drs::Model::RecoveryResult::ASSOCIATE_FAIL
@ ASSOCIATE_FAIL
Aws::drs::Model::RecoveryResult::SUCCESS
@ SUCCESS
Aws::drs::Model::DataReplicationInitiationStepStatus::NOT_STARTED
@ NOT_STARTED
Aws::drs::Model::DataReplicationInitiationStepStatus::IN_PROGRESS
@ IN_PROGRESS
Aws::drs::Model::DataReplicationErrorString::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