AWS SDK for C++
AWS SDK for C++ Version 1.11.748
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-backup
include
aws
backup
model
RecoveryPointStatus.h
1
6
#pragma once
7
#include <aws/backup/Backup_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
{
11
namespace
Backup {
12
namespace
Model {
13
enum class
RecoveryPointStatus
{
NOT_SET
,
COMPLETED
,
PARTIAL
,
DELETING
,
EXPIRED
,
AVAILABLE
,
STOPPED
,
CREATING
};
14
15
namespace
RecoveryPointStatusMapper {
16
AWS_BACKUP_API
RecoveryPointStatus
GetRecoveryPointStatusForName
(
const
Aws::String
& name);
17
18
AWS_BACKUP_API
Aws::String
GetNameForRecoveryPointStatus
(
RecoveryPointStatus
value);
19
}
// namespace RecoveryPointStatusMapper
20
}
// namespace Model
21
}
// namespace Backup
22
}
// namespace Aws
Aws::Backup::Model::RecoveryPointStatusMapper::GetNameForRecoveryPointStatus
AWS_BACKUP_API Aws::String GetNameForRecoveryPointStatus(RecoveryPointStatus value)
Aws::Backup::Model::RecoveryPointStatusMapper::GetRecoveryPointStatusForName
AWS_BACKUP_API RecoveryPointStatus GetRecoveryPointStatusForName(const Aws::String &name)
Aws::Backup::Model::AggregationPeriod::NOT_SET
@ NOT_SET
Aws::Backup::Model::LegalHoldStatus::CREATING
@ CREATING
Aws::Backup::Model::RecoveryPointStatus
RecoveryPointStatus
Definition
RecoveryPointStatus.h:13
Aws::Backup::Model::RecoveryPointStatus::STOPPED
@ STOPPED
Aws::Backup::Model::RecoveryPointStatus::AVAILABLE
@ AVAILABLE
Aws::Backup::Model::BackupJobState::EXPIRED
@ EXPIRED
Aws::Backup::Model::BackupJobState::COMPLETED
@ COMPLETED
Aws::Backup::Model::BackupJobState::PARTIAL
@ PARTIAL
Aws::Backup::Model::IndexStatus::DELETING
@ DELETING
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