NAME
WebService::ProfitBricks::Storage - Manage servers.
DESCRIPTION
Manage the storages of your datacenter.
SYNOPSIS
my $stor1 = $dc->storage->new(size => 50, storageName => "store01", mountImageId => $use_image, profitBricksImagePassword => $root_pw);
$stor1->save;