Method: Fog::Compute::Libvirt::Nic#save

Defined in:
lib/fog/libvirt/models/compute/nic.rb

#saveObject

Raises:

[View source]

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