NAME
Device::Firewall::PaloAlto::Op::Interfaces - new module
VERSION
version 0.1.9
SYNOPSIS
DESCRIPTION
ERRORS
METHODS
interface
$op
->interfaces->interface(
'ethernet1/1'
);
Returns a Device::Firewall::PaloAlto::Op::Interface object which matches the provided.
to_array
Returns an array of Device::Firewall::PaloAlto::Op::Interface objects over which you can iterate. These are ordered by their internal id.
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.