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

Net::Gandi::Hosting::Iface - Interface to manage Iface.

DESCRIPTION

A iface represent a network interface.

list

List network interfaces associated to apikey that match the filter.

Available params are:

  • id

  • state

  • type

  • vm_id

  • items_per_page

  • page

  • sort_by

count

Count network interfaces associated to apikey that match the filter

Available params are:

  • id

  • state

  • type

  • vm_id

info

Returns informations about the network interface

create

Create a iface.

update

Updates network interface attributes.

delete

Deletes a network interface.

AUTHOR

Natal Ngétal, <hobbestig@cpan.org>