#include <PoolState.hpp>
|
| static constexpr auto | from_string (std::string_view sv) |
| |
|
| static constexpr auto | INACTIVE = Underlying::INACTIVE |
| |
| static constexpr auto | BUILDING = Underlying::BUILDING |
| |
| static constexpr auto | RUNNING = Underlying::RUNNING |
| |
| static constexpr auto | DEGRADED = Underlying::DEGRADED |
| |
| static constexpr auto | INACCESSIBLE = Underlying::INACCESSIBLE |
| |
|
| static constexpr std::array | values = {"inactive", "building", "running", "degraded", "inaccessible"} |
| |
| static constexpr auto virt::StoragePool::State::from_string |
( |
std::string_view |
sv | ) |
|
|
inlinestatic |
| constexpr auto virt::StoragePool::State::BUILDING = Underlying::BUILDING |
|
static |
| constexpr auto virt::StoragePool::State::DEGRADED = Underlying::DEGRADED |
|
static |
| constexpr auto virt::StoragePool::State::INACCESSIBLE = Underlying::INACCESSIBLE |
|
static |
| constexpr auto virt::StoragePool::State::INACTIVE = Underlying::INACTIVE |
|
static |
| constexpr auto virt::StoragePool::State::RUNNING = Underlying::RUNNING |
|
static |
| constexpr std::array virt::StoragePool::State::values = {"inactive", "building", "running", "degraded", "inaccessible"} |
|
staticprotected |
The documentation for this class was generated from the following file: