Parent

Methods

Included Modules

Files

Class/Module Index [+]

Quicksearch

Fog::Compute::Libvirt::Network

Public Class Methods

new(attributes = {}) click to toggle source
http://wiki.libvirt.org/page/Networking

wiki.libvirt.org/page/VirtualNetworking#Virtual_network_switches

# File lib/fog/libvirt/models/compute/network.rb, line 26
def initialize(attributes = {})
  super
end

Public Instance Methods

destroy() click to toggle source
# File lib/fog/libvirt/models/compute/network.rb, line 34
def destroy()
  requires :raw
  raw.destroy
  true
end
save() click to toggle source
# File lib/fog/libvirt/models/compute/network.rb, line 30
def save
  raise Fog::Errors::Error.new('Creating a new network is not yet implemented. Contributions welcome!')
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.