| Trees | Indices | Help |
|---|
|
|
1 # -*- encoding: utf8 -*- 2 """ 3 Source NAT module: aXAPI source NAT configuration implementation. 4 Support the object-oriented interface for the source NAT such as: 5 NatPool: 6 NatPoolGroup: 7 StaticNat 8 NatRange 9 AclBinding 10 NatInterface 11 NatGlobalSetting 12 13 Author : Richard Zhang, A10 Networks (c) 14 email : rzhang@a10networks.com 15 Date : 03/08/2012 16 """ 17 18 import method_call 19 from base import AxObject, AxAPIError 20
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Fri Dec 27 11:20:20 2013 | http://epydoc.sourceforge.net |