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

Source Code for Module ha

 1  # -*- encoding: utf8 -*-
 
 2  """
 
 3      HA module:  aXAPI HA configuration implementation.
 
 4          Support the object-oriented interface for the HA such as:
 
 5              :            
 
 6      
 
 7      Author : Richard Zhang, A10 Networks (c)
 
 8      email  : rzhang@a10networks.com
 
 9      Date   : 03/08/2012
 
10  """ 
11  
 
12  import method_call 
13  from  base import AxObject, AxAPIError 
14