pa_api.xmlapi.types.config

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