org.libvirt
Class StoragePoolInfo

java.lang.Object
  extended by org.libvirt.StoragePoolInfo

public class StoragePoolInfo
extends java.lang.Object

Detailed information about a storage pool.


Nested Class Summary
static class StoragePoolInfo.StoragePoolState
           
 
Field Summary
 long allocation
          Current allocation bytes
 long available
          Remaining free space bytes
 long capacity
          Logical size bytes
 StoragePoolInfo.StoragePoolState state
          the running state
 
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

state

public StoragePoolInfo.StoragePoolState state
the running state


capacity

public long capacity
Logical size bytes


allocation

public long allocation
Current allocation bytes


available

public long available
Remaining free space bytes

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object