#include <StoragePool.hpp>
constexpr virt::StoragePool::StoragePool |
( |
| ) |
|
|
defaultnoexcept |
constexpr virt::StoragePool::StoragePool |
( |
const StoragePool & |
| ) |
|
|
deletenoexcept |
virt::StoragePool::~StoragePool |
( |
| ) |
|
|
inlinenoexcept |
constexpr virt::StoragePool::StoragePool |
( |
virStoragePoolPtr |
ptr | ) |
|
|
inlineexplicitnoexcept |
bool virt::StoragePool::build |
( |
BuildFlag |
flags | ) |
|
|
inlinenoexcept |
bool virt::StoragePool::create |
( |
CreateFlag |
flags | ) |
|
|
inlinenoexcept |
bool virt::StoragePool::delete_ |
( |
DeleteFlag |
flags | ) |
|
|
inlinenoexcept |
bool virt::StoragePool::destroy |
( |
| ) |
|
|
inlinenoexcept |
auto virt::StoragePool::extractAllVolumes |
( |
| ) |
const |
|
inline |
TFE virt::StoragePool::getAutostart |
( |
| ) |
const |
|
inlinenoexcept |
Connection virt::StoragePool::getConnect |
( |
| ) |
const |
|
inlinenoexcept |
auto virt::StoragePool::getInfo |
( |
| ) |
const -> std::optional<Info> |
|
inlinenoexcept |
gsl::czstring virt::StoragePool::getName |
( |
| ) |
const |
|
inlinenoexcept |
auto virt::StoragePool::getUUID |
( |
| ) |
const -> std::optional<std::array<unsigned char, VIR_UUID_BUFLEN>> |
|
inline |
auto virt::StoragePool::getUUIDString |
( |
| ) |
const -> std::optional<std::array<char, VIR_UUID_STRING_BUFLEN>> |
|
inlinenoexcept |
passive< gsl::czstring<> > virt::StoragePool::getXMLDesc |
( |
| ) |
const |
|
inlinenoexcept |
TFE virt::StoragePool::isActive |
( |
| ) |
const |
|
inlinenoexcept |
TFE virt::StoragePool::isPersistent |
( |
| ) |
const |
|
inlinenoexcept |
auto virt::StoragePool::listAllVolumes |
( |
| ) |
const |
|
inlinenoexcept |
auto virt::StoragePool::listVolumesNames |
( |
| ) |
const |
|
inlinenoexcept |
int virt::StoragePool::numOfVolumes |
( |
| ) |
const |
|
inlinenoexcept |
constexpr virt::StoragePool::operator bool |
( |
| ) |
const |
|
inlineexplicitnoexcept |
bool virt::StoragePool::refresh |
( |
| ) |
|
|
inlinenoexcept |
bool virt::StoragePool::setAutostart |
( |
bool |
autostart | ) |
|
|
inlinenoexcept |
bool virt::StoragePool::undefine |
( |
| ) |
|
|
inlinenoexcept |
StorageVol virt::StoragePool::volLookupByName |
( |
gsl::czstring<> |
name | ) |
const |
|
inlinenoexcept |
The documentation for this struct was generated from the following file: