Ejemplo n.º 1
0
 def __init__(self, ncs):
     PluginBase.__init__(self, "RHEV-M", ncs)
Ejemplo n.º 2
0
 def __init__(self):
     PluginBase.__init__(self, "IMVP")
     self.registered = None
     self.started = None
     self.deprecated = None
     self.is_network_up = None
Ejemplo n.º 3
0
 def __init__(self, ncs):
     PluginBase.__init__(self, "SNMP", ncs)
Ejemplo n.º 4
0
 def __init__(self, ncs):
     PluginBase.__init__(self, "SNMP", ncs)
Ejemplo n.º 5
0
Archivo: engine.py Proyecto: ekohl/vdsm
 def __init__(self, ncs):
     PluginBase.__init__(self, "oVirt Engine", ncs)
Ejemplo n.º 6
0
 def __init__(self, ncs):
     PluginBase.__init__(self, "RHEV-M", ncs)
Ejemplo n.º 7
0
 def __init__(self):
     PluginBase.__init__(self, "IMVP")
     self.registered = None
     self.started = None
     self.deprecated = None
     self.is_network_up = None