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

NAME

Net::Gandi::Hosting::Iface - Iface interface

VERSION

version 1.122180

ATTRIBUTES

id

rw, Int. Id of the iface.

METHODS

list

  $iface->list;

List network interfaces.

  input: opts (HashRef) : Filtering options
  output: (HashRef)     : List of List network interfaces

count

  $iface->count;

Count network interfaces..

  input: opts (HashRef) : Filtering options
  output: (Int)         : number of network interfaces.

info

Returns informations about the network interface

  input: None
  output: (HashRef) : Network interfaces informations

create

Create a iface.

  input: iface_spec (HashRef)   : specifications of network interfaces to create
  output: (ArrayRef)         : Operation iface create

update

Updates network interface attributes.

  input: iface_spec (HashRef) : specifications of network interfaces to update.
  output: (HashRef)  : Iface update operation

delete

Deletes a network interface.

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 166:

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