virthttp  0.0
libvirt http interface
Static Public Member Functions | Static Public Attributes | Static Protected Attributes | List of all members
virt::enums::connection::list::storage_pool::Flag Class Reference

#include <ListStoragePoolsFlag.hpp>

Inheritance diagram for virt::enums::connection::list::storage_pool::Flag:
VirtEnumStorage< virConnectListAllStoragePoolsFlags > VirtEnumBase< Flag > EnumSetHelper< Flag >

Static Public Member Functions

static constexpr auto from_string (std::string_view sv)
 

Static Public Attributes

static constexpr auto DEFAULT = Underlying::DEFAULT
 
static constexpr auto INACTIVE = Underlying::INACTIVE
 
static constexpr auto ACTIVE = Underlying::ACTIVE
 
static constexpr auto PERSISTENT = Underlying::PERSISTENT
 
static constexpr auto TRANSIENT = Underlying::TRANSIENT
 
static constexpr auto AUTOSTART = Underlying::AUTOSTART
 
static constexpr auto NO_AUTOSTART = Underlying::NO_AUTOSTART
 
static constexpr auto DIR = Underlying::DIR
 
static constexpr auto FS = Underlying::FS
 
static constexpr auto NETFS = Underlying::NETFS
 
static constexpr auto LOGICAL = Underlying::LOGICAL
 
static constexpr auto DISK = Underlying::DISK
 
static constexpr auto ISCSI = Underlying::ISCSI
 
static constexpr auto SCSI = Underlying::SCSI
 
static constexpr auto MPATH = Underlying::MPATH
 
static constexpr auto RBD = Underlying::RBD
 
static constexpr auto SHEEPDOG = Underlying::SHEEPDOG
 
static constexpr auto GLUSTER = Underlying::GLUSTER
 
static constexpr auto ZFS = Underlying::ZFS
 
static constexpr auto VSTORAGE = Underlying::VSTORAGE
 

Static Protected Attributes

static constexpr std::array values
 

Additional Inherited Members

- Public Member Functions inherited from VirtEnumBase< Flag >
constexpr VirtEnumBase () noexcept
 
constexpr VirtEnumBase (EHTag, T e) noexcept
 
constexpr VirtEnumBase (E e) noexcept
 
constexpr Flag & operator= (E e) noexcept
 
- Public Member Functions inherited from EnumSetHelper< Flag >
constexpr std::string_view to_string () const noexcept
 
constexpr auto from_string_base (std::string_view v) const noexcept
 

Member Function Documentation

static constexpr auto virt::enums::connection::list::storage_pool::Flag::from_string ( std::string_view  sv)
inlinestatic

Member Data Documentation

constexpr auto virt::enums::connection::list::storage_pool::Flag::ACTIVE = Underlying::ACTIVE
static
constexpr auto virt::enums::connection::list::storage_pool::Flag::AUTOSTART = Underlying::AUTOSTART
static
constexpr auto virt::enums::connection::list::storage_pool::Flag::DEFAULT = Underlying::DEFAULT
static
constexpr auto virt::enums::connection::list::storage_pool::Flag::DIR = Underlying::DIR
static
constexpr auto virt::enums::connection::list::storage_pool::Flag::DISK = Underlying::DISK
static
constexpr auto virt::enums::connection::list::storage_pool::Flag::FS = Underlying::FS
static
constexpr auto virt::enums::connection::list::storage_pool::Flag::GLUSTER = Underlying::GLUSTER
static
constexpr auto virt::enums::connection::list::storage_pool::Flag::INACTIVE = Underlying::INACTIVE
static
constexpr auto virt::enums::connection::list::storage_pool::Flag::ISCSI = Underlying::ISCSI
static
constexpr auto virt::enums::connection::list::storage_pool::Flag::LOGICAL = Underlying::LOGICAL
static
constexpr auto virt::enums::connection::list::storage_pool::Flag::MPATH = Underlying::MPATH
static
constexpr auto virt::enums::connection::list::storage_pool::Flag::NETFS = Underlying::NETFS
static
constexpr auto virt::enums::connection::list::storage_pool::Flag::NO_AUTOSTART = Underlying::NO_AUTOSTART
static
constexpr auto virt::enums::connection::list::storage_pool::Flag::PERSISTENT = Underlying::PERSISTENT
static
constexpr auto virt::enums::connection::list::storage_pool::Flag::RBD = Underlying::RBD
static
constexpr auto virt::enums::connection::list::storage_pool::Flag::SCSI = Underlying::SCSI
static
constexpr auto virt::enums::connection::list::storage_pool::Flag::SHEEPDOG = Underlying::SHEEPDOG
static
constexpr auto virt::enums::connection::list::storage_pool::Flag::TRANSIENT = Underlying::TRANSIENT
static
constexpr std::array virt::enums::connection::list::storage_pool::Flag::values
staticprotected
Initial value:
= {"inactive",
"active"
"persistent",
"transient",
"autostart",
"no_autostart",
"dir",
"netfs",
"logical",
"disk",
"iscsi",
"scsi",
"mpath",
"rbd",
"sheepdog",
"gluster",
"zfs",
"vstorage"}
constexpr auto virt::enums::connection::list::storage_pool::Flag::VSTORAGE = Underlying::VSTORAGE
static
constexpr auto virt::enums::connection::list::storage_pool::Flag::ZFS = Underlying::ZFS
static

The documentation for this class was generated from the following file: