libintrovirt v0.57.4
IntroVirt introspection library
Loading...
Searching...
No Matches
introvirt::DomainInformation Class Reference

Information about a domain. More...

#include <Hypervisor.hh>

Collaboration diagram for introvirt::DomainInformation:

Public Attributes

std::string domain_name
 The name of the domain.
 
uint32_t domain_id
 The numeric idenifier of the domain.
 

Detailed Description

Information about a domain.

A vector of DomainInformation is retrieved by calling Hypervisor::get_running_domains()

Member Data Documentation

◆ domain_id

uint32_t introvirt::DomainInformation::domain_id

The numeric idenifier of the domain.

◆ domain_name

std::string introvirt::DomainInformation::domain_name

The name of the domain.


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