The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WebService::CloudProvider - an interface to cloudprovider.net's RESTful Web API using Web::API

VERSION

Version 0.2.2

SYNOPSIS

Quick summary of what the module does.

Perhaps a little code snippet.

    use WebService::CloudProvider;

    my $foo = WebService::CloudProvider->new();
    ...

SUBROUTINES/METHODS

list_nodes

node_info

create_node

update_node

delete_node

start_node

stop_node

suspend_node

INTERNALS

BUILD

basic configuration for the client API happens usually in the BUILD method when using Web::API

AUTHOR

Tobias Kirschstein, <lev at cpan.org>

BUGS

Please report any bugs or feature requests to bug-webservice-cloudprovider at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=WebService-CloudProvider. 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 WebService::CloudProvider

You can also look for information at:

LICENSE AND COPYRIGHT

Copyright 2013 Tobias Kirschstein.

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.