Sha256: a4303533bb9e62340ad27bf27cc25bbd6a4e9596ddcfd08b7f4876abc4130ac9

Contents?: true

Size: 279 Bytes

Versions: 110

Compression:

Stored size: 279 Bytes

Contents

module Fog
  module Compute
    class Libvirt
      class Real
        def create_domain(xml)
          client.create_domain_xml(xml)
        end
      end

      class Mock
        def create_domain(xml)
          ::Libvirt::Domain.new()
        end
      end
    end
  end
end

Version data entries

110 entries across 110 versions & 17 rubygems

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