|
libintrovirt v0.57.4
IntroVirt introspection library
|
Information about a domain. More...
#include <Hypervisor.hh>

Public Attributes | |
| std::string | domain_name |
| The name of the domain. | |
| uint32_t | domain_id |
| The numeric idenifier of the domain. | |
Information about a domain.
A vector of DomainInformation is retrieved by calling Hypervisor::get_running_domains()
| uint32_t introvirt::DomainInformation::domain_id |
The numeric idenifier of the domain.
| std::string introvirt::DomainInformation::domain_name |
The name of the domain.