# Functions
AsBool returns true on yes, else false.
AsEntryXpath returns the given values as an entry xpath segment.
AsMemberXpath returns the given values as a member xpath segment.
AsXpath makes an xpath out of the given interface.
CleanRawXml removes extra XML attributes from RawXml objects without requiring us to have to parse everything.
DeviceGroupXpathPrefix returns a device group xpath prefix.
EntToOneStr normalizes an EntryType pointer for a max_items=1 XML node into a string.
EntToStr normalizes an EntryType pointer into a list of strings.
MapToVsysEnt converts a map into a VsysEntryType pointer.
MemToOneStr normalizes a MemberType pointer for a max_items=1 XML node into a string.
MemToStr normalizes a MemberType pointer into a list of strings.
OneStrToEnt converts a string into an EntryType pointer for a max_items=1 XML node.
OneStrToMem converts a string into a MemberType pointer for a max_items=1 XML node.
StrToEnt converts a list of strings into an EntryType pointer.
StrToMem converts a list of strings into a MemberType pointer.
TemplateXpathPrefix returns the template xpath prefix of the given template name.
VsysEntToMap normalizes a VsysEntryType pointer into a map.
VsysXpathPrefix returns a vsys xpath prefix.
YesNo returns "yes" on true, "no" on false.
# Constants
Valid values to use for VsysImport() or VsysUnimport().
These constants are valid move locations to pass to various movement functions (aka - policy management).
These constants are valid move locations to pass to various movement functions (aka - policy management).
These constants are valid move locations to pass to various movement functions (aka - policy management).
These constants are valid move locations to pass to various movement functions (aka - policy management).
These constants are valid move locations to pass to various movement functions (aka - policy management).
These constants are valid move locations to pass to various movement functions (aka - policy management).
These constants are valid move locations to pass to various movement functions (aka - policy management).
Rulebase constants for various policies.
Rulebase constants for various policies.
Rulebase constants for various policies.
Valid values to use for VsysImport() or VsysUnimport().
Valid values to use for VsysImport() or VsysUnimport().
Valid values to use for VsysImport() or VsysUnimport().
# Structs
BasicJob is a struct for parsing minimal information about a submitted job to PANOS.
BulkElement is a generic bulk container for bulk operations.
CdataText is for getting CDATA contents of XML docs.
Entry is a standalone entry struct.
EntryType defines an entry config node used for sending and receiving XML from PAN-OS.
No description provided by the author
No description provided by the author
No description provided by the author
JobResponse parses a XML response that includes a job ID.
License defines a license entry.
Lock represents either a config lock or a commit lock.
Member defines a member config node used for sending and receiving XML from PANOS.
MemberType defines a member config node used for sending and receiving XML from PAN-OS.
RawXml is what allows the use of Edit commands on a XPATH without truncating any other child objects that may be attached to it.
VsysEntry defines the "vsys" xpath node under a VsysEntryType config node.
VsysEntryType defines an entry config node with vsys entries underneath.
# Interfaces
XapiClient is the interface that describes an pango.Client.
# Type aliases
Retriever is a type that is intended to act as a stand-in for using either the Get or Show pango Client functions.