Class: Libvirt::FFI::Storage::PoolInfoStruct
- Inherits:
-
FFI::Struct
- Object
- FFI::Struct
- Libvirt::FFI::Storage::PoolInfoStruct
- Defined in:
- lib/libvirt/ffi/storage.rb
Overview
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 }