AWS SDK for C++
AWS SDK for C++ Version 1.11.608
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-globalaccelerator
include
aws
globalaccelerator
model
HealthState.h
1
6
#pragma once
7
#include <aws/globalaccelerator/GlobalAccelerator_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
GlobalAccelerator
13
{
14
namespace
Model
15
{
16
enum class
HealthState
17
{
18
NOT_SET
,
19
INITIAL
,
20
HEALTHY
,
21
UNHEALTHY
22
};
23
24
namespace
HealthStateMapper
25
{
26
AWS_GLOBALACCELERATOR_API
HealthState
GetHealthStateForName
(
const
Aws::String
& name);
27
28
AWS_GLOBALACCELERATOR_API
Aws::String
GetNameForHealthState
(
HealthState
value);
29
}
// namespace HealthStateMapper
30
}
// namespace Model
31
}
// namespace GlobalAccelerator
32
}
// namespace Aws
Aws::GlobalAccelerator::Model::HealthStateMapper::GetNameForHealthState
AWS_GLOBALACCELERATOR_API Aws::String GetNameForHealthState(HealthState value)
Aws::GlobalAccelerator::Model::HealthStateMapper::GetHealthStateForName
AWS_GLOBALACCELERATOR_API HealthState GetHealthStateForName(const Aws::String &name)
Aws::GlobalAccelerator::Model::AcceleratorStatus::NOT_SET
@ NOT_SET
Aws::GlobalAccelerator::Model::HealthState
HealthState
Definition
HealthState.h:17
Aws::GlobalAccelerator::Model::HealthState::UNHEALTHY
@ UNHEALTHY
Aws::GlobalAccelerator::Model::HealthState::INITIAL
@ INITIAL
Aws::GlobalAccelerator::Model::HealthState::HEALTHY
@ HEALTHY
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