Class: Libvirt::FFI::Storage::PoolInfoStruct

Inherits:
FFI::Struct
  • Object
show all
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 }