pa_api.xmlapi.types.config

 1from .address import Address
 2from .devicegroup import DeviceGroup
 3from .interface import (
 4    AggregateEthernet,
 5    Ethernet,
 6    GenericInterface,
 7    Interface,
 8    Layer2,
 9    Layer3,
10    Loopback,
11    Vlan,
12)
13from .routing import RoutingTable
14from .rules import NAT, RuleBase, Security
15from .zone import Zone