Sha256: 1d8856e410cb901c34f31e972a9eedca2bed5d5ae2dc85b631466448a3278d98

Contents?: true

Size: 385 Bytes

Versions: 30

Compression:

Stored size: 385 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

30 entries across 30 versions & 5 rubygems

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