def __str__(self): return Junos.__str__(self) + " Style:" + str(self._style)
def __init__(self, aIP, aID=None): Junos.__init__(self, aIP, aID) self._interfacenames = {}
def get_functions(cls): return Junos.get_functions()
def __str__(self): return Junos.__str__(self) + " Resolvers:" + str( self.dnslist) + " IP:" + self.dhcpip + " IPsec:" + str( self.tunnels)
def __init__(self, aIP, aID=None): Junos.__init__(self, aIP, aID) self.dnslist = [] self.dhcpip = "" self.tunnels = 0
def get_functions(cls): widgets = ['switch_table'] widgets.extend(Junos.get_functions()) return widgets