The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

WebService::ProfitBricks::Server - Manage servers.

DESCRIPTION

Class to manage your servers.

SYNOPSIS

 my $srv = $dc->server->find_by_name("server01");
 my $srv = $dc->server->new(cores => 2, ram => 512, lanId => 1, internetAccess => 'true', bootFromStorageId => $store->storageId);