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