Sha256: a23f58478e03bc72199cf4dc6ea29dbe627ebacc5fd0e7f98486285471be6c69

Contents?: true

Size: 395 Bytes

Versions: 30

Compression:

Stored size: 395 Bytes

Contents

require 'fog/core/collection'
require 'fog/libvirt/models/compute/network'

module Fog
  module Compute
    class Libvirt
      class Networks < Fog::Collection
        model Fog::Compute::Libvirt::Network

        def all(filter={})
          load(service.list_networks(filter))
        end

        def get(uuid)
          self.all(:uuid => uuid).first
        end
      end
    end
  end
end

Version data entries

30 entries across 30 versions & 5 rubygems

Version Path
fog-libvirt-0.5.0 lib/fog/libvirt/models/compute/networks.rb
fog-libvirt-0.4.2 lib/fog/libvirt/models/compute/networks.rb
fog-libvirt-0.4.1 lib/fog/libvirt/models/compute/networks.rb
fog-libvirt-0.4.0 lib/fog/libvirt/models/compute/networks.rb
fog-libvirt-0.3.0 lib/fog/libvirt/models/compute/networks.rb
fog-libvirt-0.2.0 lib/fog/libvirt/models/compute/networks.rb
fog-libvirt-0.1.0 lib/fog/libvirt/models/compute/networks.rb
fog-libvirt-0.0.4 lib/fog/libvirt/models/compute/networks.rb
fog-libvirt-0.0.3 lib/fog/libvirt/models/compute/networks.rb
fog-libvirt-0.0.2 lib/fog/libvirt/models/compute/networks.rb
vagrant-cloudstack-1.1.0 vendor/bundle/gems/fog-1.22.1/lib/fog/libvirt/models/compute/networks.rb
fog-libvirt-0.0.1 lib/fog/libvirt/models/compute/networks.rb
fog-1.29.0 lib/fog/libvirt/models/compute/networks.rb
fog-1.28.0 lib/fog/libvirt/models/compute/networks.rb
fog-1.27.0 lib/fog/libvirt/models/compute/networks.rb
fog-1.26.0 lib/fog/libvirt/models/compute/networks.rb
fog-1.25.0 lib/fog/libvirt/models/compute/networks.rb
nsidc-fog-1.24.1 lib/fog/libvirt/models/compute/networks.rb
fog-1.24.0 lib/fog/libvirt/models/compute/networks.rb
ns-fog-1.22.11 lib/fog/libvirt/models/compute/networks.rb