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

NAME

Net::Gandi::Hosting - Hosting interface

VERSION

version 1.122180

METHODS

vm

  my $vm = $hosting->vm;

Initialize the virtual machine environnement, and return an object representing it.

  input: id (Int) : optional, id of virtual machine
  output: A Net::Gandi::Hosting::VM object

disk

  my $disk = $hosting->disk;

Initialize the disk environnement, and return an object representing it.

  input: id (Int) : optional, id of disk
  output: A Net::Gandi::Hosting::Disk object

image

  my $image = $hosting->image;

Initialize the image environnement, and return an object representing it.

  input: id (Int) : optional, id of image
  output: A Net::Gandi::Hosting::Image object

iface

  my $iface = $hosting->iface;

Initialize the iface environnement, and return an object representing it.

  input: id (Int) : optional, id of iface
  output: A Net::Gandi::Hosting::Iface object

ip

  my $ip = $hosting->ip;

Initialize the ip environnement, and return an object representing it.

  input: id (Int) : optional, id of ip
  output: A Net::Gandi::Hosting::IP object

datacenter

  my $datacenter = $hosting->datacenter;

Initialize the datacenter environnement, and return an object representing it.

  input: none
  output: A Net::Gandi::Hosting::Datacenter object

AUTHOR

Natal Ngétal

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by Natal Ngétal.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 194:

Non-ASCII character seen before =encoding in 'Ngétal'. Assuming UTF-8