Sys::Virt

Represent and manage a libvirt hypervisor connection
Download

Sys::Virt Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Daniel P. Berrange
  • Publisher web site:
  • http://search.cpan.org/~danberr/

Sys::Virt Tags


Sys::Virt Description

Represent and manage a libvirt hypervisor connection Sys::Virt is a Perl module that can be used to represent and manage a libvirt hypervisor connection.SYNOPSIS my $vmm = Sys::Virt->new(address => $addr); my @domains = $vmm->list_domains(); foreach my $dom (@domains) { print "Domain ", $dom->get_id, " ", $dom->get_name, " "; }The Sys::Virt module provides a Perl XS binding to the libvirt virtual machine management APIs. This allows machines running within arbitrary virtualization containers to be managed with a consistent API. Requirements: · Perl


Sys::Virt Related Software