Method: Fog::Compute::Libvirt::Nic#save
- Defined in:
- lib/fog/libvirt/models/compute/nic.rb
permalink #save ⇒ Object
28 29 30 31 32 |
# File 'lib/fog/libvirt/models/compute/nic.rb', line 28 def save raise Fog::Errors::Error.new('Creating a new nic is not yet implemented. Contributions welcome!') #requires :server #connection.attach_nic(domain , self) end |