|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.libvirt.VirDomainInfo
public class VirDomainInfo
This object is returned by VirDomain.getInfo()
Nested Class Summary | |
---|---|
static class |
VirDomainInfo.VirDomainState
|
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 |
VirDomainInfo.VirDomainState |
state
the running state, one of virDomainFlag |
Constructor Summary | |
---|---|
VirDomainInfo()
|
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 VirDomainInfo.VirDomainState state
public long maxMem
public long memory
public int nrVirtCpu
public long cpuTime
Constructor Detail |
---|
public VirDomainInfo()
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 |