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-discovery
include
aws
discovery
model
AgentStatus.h
1
6
#pragma once
7
#include <aws/discovery/ApplicationDiscoveryService_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
ApplicationDiscoveryService
13
{
14
namespace
Model
15
{
16
enum class
AgentStatus
17
{
18
NOT_SET
,
19
HEALTHY
,
20
UNHEALTHY
,
21
RUNNING
,
22
UNKNOWN
,
23
BLACKLISTED
,
24
SHUTDOWN
25
};
26
27
namespace
AgentStatusMapper
28
{
29
AWS_APPLICATIONDISCOVERYSERVICE_API
AgentStatus
GetAgentStatusForName
(
const
Aws::String
& name);
30
31
AWS_APPLICATIONDISCOVERYSERVICE_API
Aws::String
GetNameForAgentStatus
(
AgentStatus
value);
32
}
// namespace AgentStatusMapper
33
}
// namespace Model
34
}
// namespace ApplicationDiscoveryService
35
}
// namespace Aws
Aws::ApplicationDiscoveryService::Model::AgentStatusMapper::GetAgentStatusForName
AWS_APPLICATIONDISCOVERYSERVICE_API AgentStatus GetAgentStatusForName(const Aws::String &name)
Aws::ApplicationDiscoveryService::Model::AgentStatusMapper::GetNameForAgentStatus
AWS_APPLICATIONDISCOVERYSERVICE_API Aws::String GetNameForAgentStatus(AgentStatus value)
Aws::ApplicationDiscoveryService::Model::AgentStatus
AgentStatus
Definition
AgentStatus.h:17
Aws::ApplicationDiscoveryService::Model::AgentStatus::NOT_SET
@ NOT_SET
Aws::ApplicationDiscoveryService::Model::AgentStatus::RUNNING
@ RUNNING
Aws::ApplicationDiscoveryService::Model::AgentStatus::UNKNOWN
@ UNKNOWN
Aws::ApplicationDiscoveryService::Model::AgentStatus::UNHEALTHY
@ UNHEALTHY
Aws::ApplicationDiscoveryService::Model::AgentStatus::SHUTDOWN
@ SHUTDOWN
Aws::ApplicationDiscoveryService::Model::AgentStatus::BLACKLISTED
@ BLACKLISTED
Aws::ApplicationDiscoveryService::Model::AgentStatus::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