# File lib/fog/ovirt/models/compute/volumes.rb, line 14 def all(filters = {}) requires :vm if vm.is_a? Fog::Compute::Ovirt::Server load service.list_vm_volumes(vm.id) elsif vm.is_a? Fog::Compute::Ovirt::Template load service.list_template_volumes(vm.id) else raise 'volumes should have vm or template' end end
Generated with the Darkfish Rdoc Generator 2.