Method: Fog::Compute::Libvirt::Nic#destroy
- Defined in:
- lib/fog/libvirt/models/compute/nic.rb
permalink #destroy ⇒ Object
34 35 36 37 38 39 |
# File 'lib/fog/libvirt/models/compute/nic.rb', line 34 def destroy raise Fog::Errors::Error.new('Destroying an interface is not yet implemented. Contributions welcome!') #requires :server ##detach the nic #connection.detach_nic(domain, mac) end |