public class DomainInfo
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
DomainInfo.DomainState |
Modifier and Type | Field and Description |
---|---|
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
|
Constructor and Description |
---|
DomainInfo() |
DomainInfo(virDomainInfo info) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public DomainInfo.DomainState state
public long maxMem
public long memory
public int nrVirtCpu
public long cpuTime
public DomainInfo()
public DomainInfo(virDomainInfo info)