| Trees | Indices | Help |
|---|
|
|
object --+
|
base.AxObject --+
|
GslbSnmpTemplate
Implementation of the aXAPI gslb.snmp_template.* method to
manage the GSLB DNS proxy configuration as getAll/create/delete/update
Usage:
# DNS proxy with parameters:
# name (required) SNMP template name
# user_name SNMP template user name
# community community
# host host name or host IP
# port SNMP port
# version SNMP version
# oid SNMP OID
# interface interface
# security_level secure level
# security_engine_id security engine ID
# auth_key authentication key
# auth_protocol authentication protocol
# private_key private key
# private_protocol private protocol
# context_engine_id context engine ID
# context_name context name
# interval interval
# Example:
# create a GSLB SNMP template configuration as:
!
gslb template snmp template2
version v2c
username user1
community public
!
#
snmp_temp = GslbSnmpTemplate(name="template2")
snmp_temp.user_name ="user1"
snmp_temp.community ="public"
snmp_temp.port = 161
snmp_temp.version = 2
snmp_temp.interval = 3
snmp_temp.create()
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
|||
|
|||
|
|||
__display__ =
|
|||
__obj_name__ =
|
|||
__xml_convrt__ =
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Fri Dec 27 11:20:20 2013 | http://epydoc.sourceforge.net |