NAME
Net::CloudStack - Bindings for the CloudStack API
VERSION
Version 0.00004
SYNOPSIS
use Net::CloudStack;
my $api = Net::CloudStack->new(
base_url => 'http://...',
api_path => 'client/api?',
api_key => '<your api key>',
secret_key => '<your secret key>',
url_response => 3,
);
$api->listVirtualMachines();
METHODS
listVirtualMachines
listVirtualMachines()
listVirtualMachines("id=$id")
deployVirtualMachine
deployVirtualMachine("serviceoffeingid=$serviceoffeingid&templateid=$templateid&zoneid=$zoneid")
startVirtualMachine/stopVirtualMachine
startVirtualMachine("id=$id")
stopVirtualMachine("id=$id")
Please refer API Reference in following Developer's Guide:CloudStack.
AUTHOR
Shugo Numano, <numano at cc.rim.or.jp>
@shugonumano
BUGS
Please report any bugs or feature requests to bug-net-cloudstack at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Net-CloudStack. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Net::CloudStack
You can also look for information at:
Developer's Guide:CloudStack
http://docs.cloud.com/CloudStack_Documentation/Developer%27s_Guide%3A_CloudStack
RT: CPAN's request tracker (report bugs here)
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
ACKNOWLEDGEMENTS
LICENSE AND COPYRIGHT
Copyright 2011 Shugo Numano.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.