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-backup-gateway
include
aws
backup-gateway
model
HypervisorState.h
1
6
#pragma once
7
#include <aws/backup-gateway/BackupGateway_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
BackupGateway
13
{
14
namespace
Model
15
{
16
enum class
HypervisorState
17
{
18
NOT_SET
,
19
PENDING
,
20
ONLINE
,
21
OFFLINE
,
22
ERROR_
23
};
24
25
namespace
HypervisorStateMapper
26
{
27
AWS_BACKUPGATEWAY_API
HypervisorState
GetHypervisorStateForName
(
const
Aws::String
& name);
28
29
AWS_BACKUPGATEWAY_API
Aws::String
GetNameForHypervisorState
(
HypervisorState
value);
30
}
// namespace HypervisorStateMapper
31
}
// namespace Model
32
}
// namespace BackupGateway
33
}
// namespace Aws
Aws::BackupGateway::Model::HypervisorStateMapper::GetHypervisorStateForName
AWS_BACKUPGATEWAY_API HypervisorState GetHypervisorStateForName(const Aws::String &name)
Aws::BackupGateway::Model::HypervisorStateMapper::GetNameForHypervisorState
AWS_BACKUPGATEWAY_API Aws::String GetNameForHypervisorState(HypervisorState value)
Aws::BackupGateway::Model::GatewayType::NOT_SET
@ NOT_SET
Aws::BackupGateway::Model::HypervisorState
HypervisorState
Definition
HypervisorState.h:17
Aws::BackupGateway::Model::HypervisorState::ERROR_
@ ERROR_
Aws::BackupGateway::Model::HypervisorState::OFFLINE
@ OFFLINE
Aws::BackupGateway::Model::HypervisorState::ONLINE
@ ONLINE
Aws::BackupGateway::Model::HypervisorState::PENDING
@ PENDING
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