Module snat
[hide private]
[frames] | no frames]

Source Code for Module snat

 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