Methods

Class/Module Index [+]

Quicksearch

Fog::Compute::Libvirt::Interfaces

Public Instance Methods

all(filter={}) click to toggle source
# File lib/fog/libvirt/models/compute/interfaces.rb, line 12
def all(filter={})
  load(service.list_interfaces(filter))
end
get(name) click to toggle source
# File lib/fog/libvirt/models/compute/interfaces.rb, line 16
def get(name)
  self.all(:name => name).first
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.