NAME

VM::Virtuozzo - Client implementation of the Parallels Virtuozzo XML API

SYNOPSIS

my $vzzo = VM::Virtuozzo->new(
	hostname    => "domain.tld",
	use_ssl     => 0,
	xsd_version => 4
);
$vzzo->system( login => {
	name     => "root",
	realm    => "00000000-0000-0000-0000-000000000000",
	password => "mysecret123"
} );
$vzzo->vzaenvm( suspend => { # suspend a container
	eid => "e43581cb-f13a-324d-aab5-e356e19ebee4"
} );

DESCRIPTION

c<VM::Virtuozzo> provides a client implementation of the Parallels Virtuozzo XML API, enabling one to remotely manage Parallels Virtuozzo Containers. The heavy lifting for this distribution is done by XML::Compile.

METHODS

AUTHOR

Richard Simões <rsimoes AT cpan DOT org>

COPYRIGHT AND LICENSE

Copyright © 2012 Richard Simões. This module is released under the terms of the Artistic License 2.0 and may be modified and/or redistributed under the same or any compatible license.