Package org.libvirt
Class DomainBlockInfo
- java.lang.Object
-
- org.libvirt.DomainBlockInfo
-
public class DomainBlockInfo extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected longallocationprotected longcapacityprotected longphysical
-
Constructor Summary
Constructors Constructor Description DomainBlockInfo(virDomainBlockInfo info)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetAllocation()longgetCapacity()longgetPhysical()voidsetAllocation(long allocation)voidsetCapacity(long capacity)voidsetPhysical(long physical)java.lang.StringtoString()
-
-
-
Constructor Detail
-
DomainBlockInfo
public DomainBlockInfo(virDomainBlockInfo info)
-
-
Method Detail
-
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
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-