pa_api.xmlapi.types
1from pa_api.utils import ( 2 first, 3) 4 5from .config import ( 6 Address, 7 AddressGroup, 8 AggregateEthernet, 9 Configuration, 10 CustomUrlCategory, 11 DeviceGroup, 12 Ethernet, 13 GenericInterface, 14 Interface, 15 Layer2, 16 Layer3, 17 Loopback, 18 RoutingTable, 19 RuleBase, 20 Security, 21 Vlan, 22 Zone, 23) 24from .logs import Log, LogJob 25from .operations import ( 26 Device, 27 EDLMembers, 28 HAInfo, 29 Job, 30 JobResult, 31 SoftwareVersion, 32 VPNFlow, 33)