class Libvirt::FFI::Storage::PoolInfoStruct

struct virStoragePoolInfo {

int   state #   virStoragePoolState flags
unsigned long long   capacity #   Logical size bytes
unsigned long long   allocation #   Current allocation bytes
unsigned long long   available #   Remaining free space bytes

}