org.libvirt
public class DomainInfo extends Object
| Nested Class Summary | |
|---|---|
| static class | DomainInfo.DomainState |
| Field Summary | |
|---|---|
| long | cpuTime
the CPU time used in nanoseconds |
| long | maxMem
the maximum memory in KBytes allowed |
| long | memory
the memory in KBytes used by the domain |
| int | nrVirtCpu
the number of virtual CPUs for the domain |
| DomainInfo.DomainState | state
the running state, one of virDomainFlag |
| Method Summary | |
|---|---|
| String | toString() |