virthttp  0.0
libvirt http interface
Public Types | Public Member Functions | Public Attributes | List of all members
virt::StoragePool::Info Struct Reference

#include <StoragePool.hpp>

Inheritance diagram for virt::StoragePool::Info:

Public Types

using Base = virStoragePoolInfo
 

Public Member Functions

constexpr State state () const noexcept
 
Statestate () noexcept
 
constexpr unsigned long long capacity () const noexcept
 
constexpr unsigned long long & capacity () noexcept
 
constexpr unsigned long long allocation () const noexcept
 
constexpr unsigned long long & allocation () noexcept
 
constexpr unsigned long long available () const noexcept
 
constexpr unsigned long long & available () noexcept
 

Public Attributes

friend StoragePool
 

Member Typedef Documentation

using virt::StoragePool::Info::Base = virStoragePoolInfo

Member Function Documentation

constexpr unsigned long long virt::StoragePool::Info::allocation ( ) const
inlinenoexcept
constexpr unsigned long long& virt::StoragePool::Info::allocation ( )
inlinenoexcept
constexpr unsigned long long virt::StoragePool::Info::available ( ) const
inlinenoexcept
constexpr unsigned long long& virt::StoragePool::Info::available ( )
inlinenoexcept
constexpr unsigned long long virt::StoragePool::Info::capacity ( ) const
inlinenoexcept
constexpr unsigned long long& virt::StoragePool::Info::capacity ( )
inlinenoexcept
constexpr State virt::StoragePool::Info::state ( ) const
inlinenoexcept
State& virt::StoragePool::Info::state ( )
inlinenoexcept

Member Data Documentation

friend virt::StoragePool::Info::StoragePool

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