Sys::VirtV2V::Connection::LibVirtXML.3pm

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

Sys::VirtV2V::Connection::LibVirtXML - Read libvirt XML from a file

SYNOPSIS

  use Sys::VirtV2V::Connection::LibVirtXML;
 
  $conn = Sys::VirtV2V::Connection::LibVirtXML->new($path, $target);
  $dom = $conn->get_dom();
 
 

DESCRIPTION

Sys::VirtV2V::Connection::LibVirtXML is an implementation of Sys::VirtV2V::Connection which reads libvirt XML guest descriptions from a file.

METHODS

new(path, target)
Create a new LibVirtXML connection. The metadata itself is read from path. Storage will be copied to target.
Copyright (C) 2009,2010 Red Hat Inc.

LICENSE

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

SEE ALSO

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