Parent

Class/Module Index [+]

Quicksearch

Fog::Compute::Libvirt::Interface

Public Instance Methods

active?() click to toggle source
# File lib/fog/libvirt/models/compute/interface.rb, line 21
def active?
  active
end
save() click to toggle source
# File lib/fog/libvirt/models/compute/interface.rb, line 13
def save
  raise Fog::Errors::Error.new('Creating a new interface is not yet implemented. Contributions welcome!')
end
shutdown() click to toggle source
# File lib/fog/libvirt/models/compute/interface.rb, line 17
def shutdown
  service.destroy_interface(mac)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.