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

Device::Firewall::PaloAlto::Op::Tunnels - Palo Alto IPSEC security associations

VERSION

version 0.1.9

SYNOPSIS

DESCRIPTION

This object represents IPSEC tunnels on the firewall.

gw

Returns a Device::Firewall::PaloAlto::Op::Tunnel object that is assoicated with the name of the IKE gateway.

    my $p2p = $fw->op->tunnels->gw('remote_site');

to_array

Returns an array of Device::Firewall::PaloAlto::Op::Tunnel objects, one for each IPSEC tunnel.

AUTHOR

Greg Foletta <greg@foletta.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2019 by Greg Foletta.

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