Method: Libvirt::StoragePool#undefine

Defined in:
lib/libvirt/storage_pool.rb

#undefineBoolean

Undefines the storage pool. This requires that the storage pool be inactive. This won't delete the underlying resources of the storage pool, however. Run #delete for that.

Returns:

  • (Boolean)


94
95
96
# File 'lib/libvirt/storage_pool.rb', line 94

def undefine
  FFI::Libvirt.virStoragePoolUndefine(self) == 0
end