class Fog::Libvirt::Compute::Interfaces
Public Instance Methods
all(filter={})
click to toggle source
# File lib/fog/libvirt/models/compute/interfaces.rb, line 10 def all(filter={}) load(service.list_interfaces(filter)) end
get(name)
click to toggle source
# File lib/fog/libvirt/models/compute/interfaces.rb, line 14 def get(name) self.all(:name => name).first end