Sys::VirtConvert::Transfer::ESX(3) | User Contributed Perl Documentation | Sys::VirtConvert::Transfer::ESX(3) |
NAME¶
Sys::VirtConvert::Transfer::ESX - Transfer guest storage from an ESX server
METHODS¶
- new(path, hostname, username, password, noverify, is_sparse)
- Return a new ESX Transfer object
- local_path
- ESX cannot return a local path. This function will die().
- get_read_stream(convert).
- Get a ReadStream for this volume. Data will be converted to raw format if convert is 1.
- get_write_stream
- get_write_stream is not implemented for ESX. This function will die with an error message if called.
- esx_get_name
- Return a libvirt-friendly name for this ESX path.
- esx_get_size
- Return the size of the volume which will be returned.
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 |