Scroll to navigation

Sys::VirtConvert::Connection::Source(3) User Contributed Perl Documentation Sys::VirtConvert::Connection::Source(3)

NAME

Sys::VirtConvert::Connection - A source connection

SYNOPSIS

 use Sys::VirtConvert::Connection::LibVirtSource;
 $conn = Sys::VirtConvert::Connection::LibVirtSource->new($uri, $name, $target);
 $meta = $conn->get_meta();

DESCRIPTION

Sys::VirtConvert::Source provides access to a source of guest metadata and storage. It is a virtual superclass and can't be instantiated directly. Use one of the subclasses:

 Sys::VirtConvert::Target::LibVirtSource
 Sys::VirtConvert::Source::LibVirtXML

METHODS

Return guest metadata.

Returns undef and displays an error if there was an error.

Copy all of a guests storage devices to target. Update the guest metadata to reflect their new locations and properties.

COPYRIGHT

Copyright (C) 2009-2011 Red Hat Inc.

LICENSE

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

SEE ALSO

Sys::VirtConvert::Source::LibVirt(3pm), Sys::VirtConvert::Source::LibVirtXML(3pm), virt-v2v(1), <http://libguestfs.org/>.

2013-12-03 perl v5.10.1