Sys::VirtConvert::Connection::RHEVTarget(3) | User Contributed Perl Documentation | Sys::VirtConvert::Connection::RHEVTarget(3) |
NAME¶
Sys::VirtConvert::Connection::RHEVTarget - Output to a RHEV Export storage domain
METHODS¶
- Sys::VirtConvert::Connection::RHEVTarget->new(domain_path)
- Create a new Sys::VirtConvert::Connection::RHEVTarget object.
- domain_path
- The NFS path to an initialised RHEV Export storage domain.
- create_volume(name, format, size, is_sparse)
- Create a new volume in the export storage domain
create_volume() returns a Sys::VirtConvert::Connection::RHEVTarget::Vol object.
- volume_exists(name)
- Check if volume name exists in the target storage domain.
Always returns 0, as RHEV storage domains don't have names
- get_volume(name)
- Not defined for RHEV output
- guest_exists(name)
- This always returns 0 for a RHEV target.
- create_guest(g, root, meta, config, guestcaps, output_name)
- Create the guest in the target
COPYRIGHT¶
Copyright (C) 2010-2012 Red Hat Inc.
LICENSE¶
Please see the file COPYING for the full license.
2013-12-03 | perl v5.10.1 |