Пример #1
0
 def __str__(self):
     return Junos.__str__(self) + " Style:" + str(self._style)
Пример #2
0
 def __init__(self, aIP, aID=None):
     Junos.__init__(self, aIP, aID)
     self._interfacenames = {}
Пример #3
0
 def get_functions(cls):
     return Junos.get_functions()
Пример #4
0
 def __str__(self):
     return Junos.__str__(self) + " Resolvers:" + str(
         self.dnslist) + " IP:" + self.dhcpip + " IPsec:" + str(
             self.tunnels)
Пример #5
0
 def __init__(self, aIP, aID=None):
     Junos.__init__(self, aIP, aID)
     self.dnslist = []
     self.dhcpip = ""
     self.tunnels = 0
Пример #6
0
 def get_functions(cls):
  widgets = ['switch_table']
  widgets.extend(Junos.get_functions())
  return widgets