Sha256: 602238604b5347332c247a5312e8aab3dee7a4710fe2ee51d44a0c7848b4b45a

Contents?: true

Size: 389 Bytes

Versions: 65

Compression:

Stored size: 389 Bytes

Contents

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

module Fog
  module Compute
    class Libvirt

      class Pools < Fog::Collection

        model Fog::Compute::Libvirt::Pool

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

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

      end

    end
  end
end

Version data entries

65 entries across 65 versions & 6 rubygems

Version Path
fog-maestrodev-1.15.0.20130927082724 lib/fog/libvirt/models/compute/pools.rb
fog-maestrodev-1.15.0.20130829165835 lib/fog/libvirt/models/compute/pools.rb
fog-1.15.0 lib/fog/libvirt/models/compute/pools.rb
gapinc-fog-1.14.0 lib/fog/libvirt/models/compute/pools.rb
fog-maestrodev-1.14.0.20130806165225 lib/fog/libvirt/models/compute/pools.rb
fog-1.14.0 lib/fog/libvirt/models/compute/pools.rb
fog-1.13.0 lib/fog/libvirt/models/compute/pools.rb
gapinc-fog-1.12.1.2 lib/fog/libvirt/models/compute/pools.rb
gapinc-fog-1.12.1.1 lib/fog/libvirt/models/compute/pools.rb
gapinc-fog-1.12.1a lib/fog/libvirt/models/compute/pools.rb
gapinc-fog-1.12.1 lib/fog/libvirt/models/compute/pools.rb
fog-1.12.1 lib/fog/libvirt/models/compute/pools.rb
fog-1.12.0 lib/fog/libvirt/models/compute/pools.rb
hpfog-0.0.20 lib/fog/libvirt/models/compute/pools.rb
vagrant-shell-0.2.6 vendor/bundle/gems/fog-1.10.1/lib/fog/libvirt/models/compute/pools.rb
vagrant-shell-0.2.5 vendor/bundle/gems/fog-1.10.1/lib/fog/libvirt/models/compute/pools.rb
fog-1.11.1 lib/fog/libvirt/models/compute/pools.rb
fog-1.11.0 lib/fog/libvirt/models/compute/pools.rb
fog-1.10.1 lib/fog/libvirt/models/compute/pools.rb
fog-test-me-1.10.0 lib/fog/libvirt/models/compute/pools.rb