#include <LifecycleAction.hpp>
|
static constexpr auto | from_string (std::string_view sv) |
|
|
static constexpr auto | DESTROY = Underlying::DESTROY |
|
static constexpr auto | RESTART = Underlying::RESTART |
|
static constexpr auto | RESTART_RENAME = Underlying::RESTART_RENAME |
|
static constexpr auto | PRESERVE = Underlying::PRESERVE |
|
static constexpr auto | COREDUMP_DESTROY = Underlying::COREDUMP_DESTROY |
|
static constexpr auto | COREDUMP_RESTART = Underlying::COREDUMP_RESTART |
|
|
static constexpr std::array | values = {"destroy", "restart", "restart_rename", "preserve", "coredump_destroy", "coredump_restart"} |
|
static constexpr auto virt::enums::domain::LifecycleAction::from_string |
( |
std::string_view |
sv | ) |
|
|
inlinestatic |
constexpr auto virt::enums::domain::LifecycleAction::COREDUMP_DESTROY = Underlying::COREDUMP_DESTROY |
|
static |
constexpr auto virt::enums::domain::LifecycleAction::COREDUMP_RESTART = Underlying::COREDUMP_RESTART |
|
static |
constexpr auto virt::enums::domain::LifecycleAction::DESTROY = Underlying::DESTROY |
|
static |
constexpr auto virt::enums::domain::LifecycleAction::PRESERVE = Underlying::PRESERVE |
|
static |
constexpr auto virt::enums::domain::LifecycleAction::RESTART = Underlying::RESTART |
|
static |
constexpr auto virt::enums::domain::LifecycleAction::RESTART_RENAME = Underlying::RESTART_RENAME |
|
static |
constexpr std::array virt::enums::domain::LifecycleAction::values = {"destroy", "restart", "restart_rename", "preserve", "coredump_destroy", "coredump_restart"} |
|
staticprotected |
The documentation for this class was generated from the following file: