Methods

Class/Module Index [+]

Quicksearch

Fog::Compute::Ovirt::Volumes

Attributes

vm[RW]

Public Instance Methods

all(filters = {}) click to toggle source
# 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
get(id) click to toggle source
# File lib/fog/ovirt/models/compute/volumes.rb, line 25
def get(id)
  new service.get_volume(id)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.