def __init__(self, instance):
     DMBoolean.__init__(self, ifc_key = instance, asa_key = 'ipv6 enable', on_value="enable")
     self.cli_key = 'enable'
Esempio n. 2
0
 def __init__(self):
     DMBoolean.__init__(self, ifc_key = 'enable',
                         asa_key = 'enable',
                         on_value = 'enable',
                         response_parser=cluster_response_parser)
Esempio n. 3
0
 def __init__(self, instance):
     DMBoolean.__init__(self,
                        ifc_key=instance,
                        asa_key='ipv6 enable',
                        on_value="enable")
     self.cli_key = 'enable'
Esempio n. 4
0
 def __init__(self):
     DMBoolean.__init__(self, ifc_key = 'console_replicate',
                         asa_key = 'console-replicate',
                         on_value = 'enable')