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
GameServerGroupStatus.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
GameServerGroupStatus
17
{
18
NOT_SET
,
19
NEW_
,
20
ACTIVATING
,
21
ACTIVE
,
22
DELETE_SCHEDULED
,
23
DELETING
,
24
DELETED
,
25
ERROR_
26
};
27
28
namespace
GameServerGroupStatusMapper
29
{
30
AWS_GAMELIFT_API
GameServerGroupStatus
GetGameServerGroupStatusForName
(
const
Aws::String
& name);
31
32
AWS_GAMELIFT_API
Aws::String
GetNameForGameServerGroupStatus
(
GameServerGroupStatus
value);
33
}
// namespace GameServerGroupStatusMapper
34
}
// namespace Model
35
}
// namespace GameLift
36
}
// namespace Aws
Aws::GameLift::Model::GameServerGroupStatusMapper::GetNameForGameServerGroupStatus
AWS_GAMELIFT_API Aws::String GetNameForGameServerGroupStatus(GameServerGroupStatus value)
Aws::GameLift::Model::GameServerGroupStatusMapper::GetGameServerGroupStatusForName
AWS_GAMELIFT_API GameServerGroupStatus GetGameServerGroupStatusForName(const Aws::String &name)
Aws::GameLift::Model::GameServerGroupStatus
GameServerGroupStatus
Definition
GameServerGroupStatus.h:17
Aws::GameLift::Model::GameServerGroupStatus::DELETED
@ DELETED
Aws::GameLift::Model::GameServerGroupStatus::DELETE_SCHEDULED
@ DELETE_SCHEDULED
Aws::GameLift::Model::AcceptanceType::NOT_SET
@ NOT_SET
Aws::GameLift::Model::ComputeStatus::ACTIVE
@ ACTIVE
Aws::GameLift::Model::FleetStatus::ERROR_
@ ERROR_
Aws::GameLift::Model::FleetStatus::DELETING
@ DELETING
Aws::GameLift::Model::FleetStatus::NEW_
@ NEW_
Aws::GameLift::Model::FleetStatus::ACTIVATING
@ ACTIVATING
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