Package org.libvirt
Class DomainBlockInfo
java.lang.Object
org.libvirt.DomainBlockInfo
-
Field Summary
Modifier and TypeFieldDescriptionprotected long
protected long
protected long
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
long
long
void
setAllocation
(long allocation) void
setCapacity
(long capacity) void
setPhysical
(long physical) toString()
-
Field Details
-
capacity
protected long capacity -
allocation
protected long allocation -
physical
protected long physical
-
-
Constructor Details
-
DomainBlockInfo
-
-
Method Details
-
getAllocation
public long getAllocation() -
getCapacity
public long getCapacity() -
getPhysical
public long getPhysical() -
setAllocation
public void setAllocation(long allocation) -
setCapacity
public void setCapacity(long capacity) -
setPhysical
public void setPhysical(long physical) -
toString
-