org.libvirt
public class DomainBlockInfo extends Object
| Field Summary | |
|---|---|
| protected long | allocation |
| protected long | capacity |
| protected long | physical |
| Constructor Summary | |
|---|---|
| DomainBlockInfo(virDomainBlockInfo info) | |
| Method Summary | |
|---|---|
| long | getAllocation() |
| long | getCapacity() |
| long | getPhysical() |
| void | setAllocation(long allocation) |
| void | setCapacity(long capacity) |
| void | setPhysical(long physical) |