Package org.libvirt
Class DomainInfo
java.lang.Object
org.libvirt.DomainInfo
This object is returned by Domain.getInfo()
- Author:
- stoty
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionlong
the CPU time used in nanosecondslong
the maximum memory in KBytes allowedlong
the memory in KBytes used by the domainint
the number of virtual CPUs for the domainthe running state, one of virDomainFlag -
Constructor Summary
-
Method Summary
-
Field Details
-
state
the running state, one of virDomainFlag -
maxMem
public long maxMemthe maximum memory in KBytes allowed -
memory
public long memorythe memory in KBytes used by the domain -
nrVirtCpu
public int nrVirtCputhe number of virtual CPUs for the domain -
cpuTime
public long cpuTimethe CPU time used in nanoseconds
-
-
Constructor Details
-
DomainInfo
public DomainInfo() -
DomainInfo
-
-
Method Details