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-finspace
include
aws
finspace
model
EnvironmentStatus.h
1
6
#pragma once
7
#include <aws/finspace/Finspace_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
finspace
13
{
14
namespace
Model
15
{
16
enum class
EnvironmentStatus
17
{
18
NOT_SET
,
19
CREATE_REQUESTED
,
20
CREATING
,
21
CREATED
,
22
DELETE_REQUESTED
,
23
DELETING
,
24
DELETED
,
25
FAILED_CREATION
,
26
RETRY_DELETION
,
27
FAILED_DELETION
,
28
UPDATE_NETWORK_REQUESTED
,
29
UPDATING_NETWORK
,
30
FAILED_UPDATING_NETWORK
,
31
SUSPENDED
32
};
33
34
namespace
EnvironmentStatusMapper
35
{
36
AWS_FINSPACE_API
EnvironmentStatus
GetEnvironmentStatusForName
(
const
Aws::String
& name);
37
38
AWS_FINSPACE_API
Aws::String
GetNameForEnvironmentStatus
(
EnvironmentStatus
value);
39
}
// namespace EnvironmentStatusMapper
40
}
// namespace Model
41
}
// namespace finspace
42
}
// namespace Aws
Aws::finspace::Model::EnvironmentStatusMapper::GetNameForEnvironmentStatus
AWS_FINSPACE_API Aws::String GetNameForEnvironmentStatus(EnvironmentStatus value)
Aws::finspace::Model::EnvironmentStatusMapper::GetEnvironmentStatusForName
AWS_FINSPACE_API EnvironmentStatus GetEnvironmentStatusForName(const Aws::String &name)
Aws::finspace::Model::AutoScalingMetric::NOT_SET
@ NOT_SET
Aws::finspace::Model::EnvironmentStatus
EnvironmentStatus
Definition
EnvironmentStatus.h:17
Aws::finspace::Model::EnvironmentStatus::SUSPENDED
@ SUSPENDED
Aws::finspace::Model::EnvironmentStatus::FAILED_DELETION
@ FAILED_DELETION
Aws::finspace::Model::EnvironmentStatus::RETRY_DELETION
@ RETRY_DELETION
Aws::finspace::Model::EnvironmentStatus::CREATE_REQUESTED
@ CREATE_REQUESTED
Aws::finspace::Model::EnvironmentStatus::DELETED
@ DELETED
Aws::finspace::Model::EnvironmentStatus::FAILED_CREATION
@ FAILED_CREATION
Aws::finspace::Model::EnvironmentStatus::CREATING
@ CREATING
Aws::finspace::Model::EnvironmentStatus::FAILED_UPDATING_NETWORK
@ FAILED_UPDATING_NETWORK
Aws::finspace::Model::EnvironmentStatus::UPDATING_NETWORK
@ UPDATING_NETWORK
Aws::finspace::Model::EnvironmentStatus::CREATED
@ CREATED
Aws::finspace::Model::EnvironmentStatus::DELETING
@ DELETING
Aws::finspace::Model::EnvironmentStatus::UPDATE_NETWORK_REQUESTED
@ UPDATE_NETWORK_REQUESTED
Aws::finspace::Model::EnvironmentStatus::DELETE_REQUESTED
@ DELETE_REQUESTED
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