class Fog::Libvirt::Compute::Interface
Public Instance Methods
Source
# File lib/fog/libvirt/models/compute/interface.rb, line 19 def active? active end
Source
# File lib/fog/libvirt/models/compute/interface.rb, line 11 def save raise Fog::Errors::Error.new('Creating a new interface is not yet implemented. Contributions welcome!') end
Source
# File lib/fog/libvirt/models/compute/interface.rb, line 15 def shutdown service.destroy_interface(mac) end