| Trees | Indices | Help |
|---|
|
|
object --+
|
base.AxObject --+
|
SystemNtp
Implementation of the aXAPI system.ntp.* method to
set up the NTP
Usage:
# create the NTP server at 2.2.2.2 at disabled status
ntp1 = SystemNtp(server="2.2.2.2", status=STATUS_DISABLED)
ntp1.add()
# enable the NTP server:
ntp1.status = STATUS_ENABLED.
ntp1.update()
# get all NTP configuration
ntp_list = SystemNtp.getAll()
for aNtp in ntp_list:
# use aNtp here
...
|
|||
|
|||
|
|||
|
|||
|
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 |