Scroll to navigation

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

NAME

Sys::VirtConvert::Connection::Volume - Read and write storage volumes

METHODS

Create a new Volume which returns the given metadata, and uses transfer for transferring data.
Return size for this Volume.
Return the disk usage for this Volume.
Return the on-disk format of this Volume.
Return the name of this Volume.
Return the native path of this Volume.
Return 1 if the volume is stored directly on a block device, 0 otherwise.
Return 1 if the volume is not fully allocated, 0 otherwise.
Return a ReadStream for this volume. Data will be converted to raw format if convert is 1.
Return a WriteStream for this volume. Data will be converted from raw format is convert is 1.

COPYRIGHT

Copyright (C) 2010 Red Hat Inc.

LICENSE

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

SEE ALSO

virt-v2v(1), <http://libguestfs.org/>.

2013-12-03 perl v5.10.1