| Trees | Indices | Help |
|---|
|
|
SLB module: aXAPI server load balancing implementation.
Support the object-oriented interface for the SLB such as:
ServiceGroup configure the service groups
ServiceGroupStats collect the statistics of service group
RealServer configure the servers
RealServerStats collect the statistics of servers
VirtualServer configure the virtual servers and services
VirtualServerStats collect the statistics of virtual servers
Author : Richard Zhang, A10 Networks (c)
email : rzhang@a10networks.com
Date : 03/06/2012
|
|||
|
ServiceGroup Implementation of the aXAPI slb.service_group.* method to manage the SLB service groups as getAll/create/delete/update |
|||
|
ServiceGroupStats Implementation of the aXAPI slb.service_group.fetchAllStatistics/.fetchStatistics method to collect the SLB service group statistics data |
|||
|
RealServer Implementation of the aXAPI slb.server.* method to manage the SLB real servers as getAll/create/delete/update |
|||
|
RealServerStats Implementation of the aXAPI slb.server.fetchAllStatistics/.fetchStatistics method to collect the SLB server statistics data |
|||
|
VirtualServer Implementation of the aXAPI slb.virtual_server.* method to manage the SLB virtual servers as getAll/create/delete/update |
|||
|
VirtualServerStats Implementation of the aXAPI slb.virtual_server.fetchAllStatistics/.fetchStatistics method to collect the SLB virtual server statistics data |
|||
|
|||
__package__ = Nonehash(x) |
|||
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Fri Dec 27 11:20:20 2013 | http://epydoc.sourceforge.net |