|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.libvirt.DomainInfo
public class DomainInfo
This object is returned by Domain.getInfo()
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 |
Constructor Summary | |
---|---|
DomainInfo()
|
|
DomainInfo(virDomainInfo info)
|
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public DomainInfo.DomainState state
public long maxMem
public long memory
public int nrVirtCpu
public long cpuTime
Constructor Detail |
---|
public DomainInfo()
public DomainInfo(virDomainInfo info)
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |