Package org.libvirt
Class DomainBlockInfo
java.lang.Object
org.libvirt.DomainBlockInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected longprotected longprotected long -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonglonglongvoidsetAllocation(long allocation) voidsetCapacity(long capacity) voidsetPhysical(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
-