AWS SDK for C++
AWS SDK for C++ Version 1.11.685
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/core/utils/memory/stl/AWSString.h>
8
#include <aws/gamelift/GameLift_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
GameLift {
12
namespace
Model {
13
enum class
GameServerGroupStatus
{
NOT_SET
,
NEW_
,
ACTIVATING
,
ACTIVE
,
DELETE_SCHEDULED
,
DELETING
,
DELETED
,
ERROR_
};
14
15
namespace
GameServerGroupStatusMapper {
16
AWS_GAMELIFT_API
GameServerGroupStatus
GetGameServerGroupStatusForName
(
const
Aws::String
& name);
17
18
AWS_GAMELIFT_API
Aws::String
GetNameForGameServerGroupStatus
(
GameServerGroupStatus
value);
19
}
// namespace GameServerGroupStatusMapper
20
}
// namespace Model
21
}
// namespace GameLift
22
}
// 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:13
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::NEW_
@ NEW_
Aws::GameLift::Model::ContainerFleetLocationStatus::DELETING
@ DELETING
Aws::GameLift::Model::ContainerFleetLocationStatus::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