Struct libvirt_rpc::request::Domain [] [src]

pub struct Domain(_);

VM instance

Methods

impl Domain
[src]

positive integer, unique amongst running guest domains on a single host. An inactive domain does not have an ID.

short string, unique amongst all guest domains on a single host, both running and inactive.

guaranteed to be unique amongst all guest domains on any host.

Trait Implementations

impl Debug for Domain
[src]

Formats the value using the given formatter.