NAME

Device::Firewall::PaloAlto::Op::VirtualRouter - new module

VERSION

version 0.1.9

SYNOPSIS

DESCRIPTION

This object represetns a Palo Alto's

ERRORS

METHODS

route

    my $default_route = $fw->op->virtual_router('default')->route('0.0.0.0/0');

Returns a Device::Firewall::PaloAlto::Op::Route object if the route exists in the routing table.

Returns 'undef' if the route does not exist in the routing table;

to_array

Returns an array of Device::Firewall::PaloAlto::Op::Route objects.

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.