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-vpc-lattice
include
aws
vpc-lattice
model
TargetStatus.h
1
6
#pragma once
7
#include <aws/vpc-lattice/VPCLattice_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
VPCLattice
13
{
14
namespace
Model
15
{
16
enum class
TargetStatus
17
{
18
NOT_SET
,
19
DRAINING
,
20
UNAVAILABLE
,
21
HEALTHY
,
22
UNHEALTHY
,
23
INITIAL
,
24
UNUSED
25
};
26
27
namespace
TargetStatusMapper
28
{
29
AWS_VPCLATTICE_API
TargetStatus
GetTargetStatusForName
(
const
Aws::String
& name);
30
31
AWS_VPCLATTICE_API
Aws::String
GetNameForTargetStatus
(
TargetStatus
value);
32
}
// namespace TargetStatusMapper
33
}
// namespace Model
34
}
// namespace VPCLattice
35
}
// namespace Aws
Aws::VPCLattice::Model::TargetStatusMapper::GetNameForTargetStatus
AWS_VPCLATTICE_API Aws::String GetNameForTargetStatus(TargetStatus value)
Aws::VPCLattice::Model::TargetStatusMapper::GetTargetStatusForName
AWS_VPCLATTICE_API TargetStatus GetTargetStatusForName(const Aws::String &name)
Aws::VPCLattice::Model::TargetStatus
TargetStatus
Definition
TargetStatus.h:17
Aws::VPCLattice::Model::TargetStatus::UNAVAILABLE
@ UNAVAILABLE
Aws::VPCLattice::Model::TargetStatus::UNUSED
@ UNUSED
Aws::VPCLattice::Model::TargetStatus::DRAINING
@ DRAINING
Aws::VPCLattice::Model::TargetStatus::UNHEALTHY
@ UNHEALTHY
Aws::VPCLattice::Model::TargetStatus::INITIAL
@ INITIAL
Aws::VPCLattice::Model::TargetStatus::HEALTHY
@ HEALTHY
Aws::VPCLattice::Model::AuthPolicyState::NOT_SET
@ NOT_SET
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