Package org.libvirt

Class StoragePoolInfo

java.lang.Object
org.libvirt.StoragePoolInfo

public class StoragePoolInfo extends Object
Detailed information about a storage pool.
  • Field Details

    • 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 Details