Sys::VirtV2V::Connection::LibVirt.3pm

Langue: en

Version: 2010-07-01 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

Sys::VirtV2V::Connection::LibVirt - Read libvirt metadata from libvirtd

SYNOPSIS

  use Sys::VirtV2V::Connection::LibVirt;
 
  $conn = Sys::VirtV2V::Connection::LibVirt->new
     ("xen+ssh://xenserver.example.com/", $name, $target);
  $dom = $conn->get_dom();
 
 

DESCRIPTION

Sys::VirtV2V::Connection::LibVirt is an implementation of Sys::VirtV2V::Connection which reads a guest's libvirt XML directly from a libvirt connection.

METHODS

new(uri, name, target)
Create a new Sys::VirtV2V::Connection::LibVirt. Domain name will be obtained from uri. Remote storage will be create on target.
Copyright (C) 2009,2010 Red Hat Inc.

LICENSE

Please see the file COPYING.LIB for the full license.

SEE ALSO

Sys::VirtV2V::Connection(3), virt-v2v(1), <http://libguestfs.org/>.