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-gamelift
include
aws
gamelift
model
MetricName.h
1
6
#pragma once
7
#include <aws/gamelift/GameLift_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
GameLift
13
{
14
namespace
Model
15
{
16
enum class
MetricName
17
{
18
NOT_SET
,
19
ActivatingGameSessions
,
20
ActiveGameSessions
,
21
ActiveInstances
,
22
AvailableGameSessions
,
23
AvailablePlayerSessions
,
24
CurrentPlayerSessions
,
25
IdleInstances
,
26
PercentAvailableGameSessions
,
27
PercentIdleInstances
,
28
QueueDepth
,
29
WaitTime
,
30
ConcurrentActivatableGameSessions
31
};
32
33
namespace
MetricNameMapper
34
{
35
AWS_GAMELIFT_API
MetricName
GetMetricNameForName
(
const
Aws::String
& name);
36
37
AWS_GAMELIFT_API
Aws::String
GetNameForMetricName
(
MetricName
value);
38
}
// namespace MetricNameMapper
39
}
// namespace Model
40
}
// namespace GameLift
41
}
// namespace Aws
Aws::GameLift::Model::MetricNameMapper::GetMetricNameForName
AWS_GAMELIFT_API MetricName GetMetricNameForName(const Aws::String &name)
Aws::GameLift::Model::MetricNameMapper::GetNameForMetricName
AWS_GAMELIFT_API Aws::String GetNameForMetricName(MetricName value)
Aws::GameLift::Model::AcceptanceType::NOT_SET
@ NOT_SET
Aws::GameLift::Model::MetricName
MetricName
Definition
MetricName.h:17
Aws::GameLift::Model::MetricName::AvailableGameSessions
@ AvailableGameSessions
Aws::GameLift::Model::MetricName::ConcurrentActivatableGameSessions
@ ConcurrentActivatableGameSessions
Aws::GameLift::Model::MetricName::ActiveGameSessions
@ ActiveGameSessions
Aws::GameLift::Model::MetricName::AvailablePlayerSessions
@ AvailablePlayerSessions
Aws::GameLift::Model::MetricName::ActiveInstances
@ ActiveInstances
Aws::GameLift::Model::MetricName::WaitTime
@ WaitTime
Aws::GameLift::Model::MetricName::CurrentPlayerSessions
@ CurrentPlayerSessions
Aws::GameLift::Model::MetricName::QueueDepth
@ QueueDepth
Aws::GameLift::Model::MetricName::IdleInstances
@ IdleInstances
Aws::GameLift::Model::MetricName::PercentAvailableGameSessions
@ PercentAvailableGameSessions
Aws::GameLift::Model::MetricName::ActivatingGameSessions
@ ActivatingGameSessions
Aws::GameLift::Model::MetricName::PercentIdleInstances
@ PercentIdleInstances
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