Beispiel #1
0
 def __init__(self, **cluster_message):
     self._defs = {}
     CommonMessage.__init__(self, **cluster_message)
     objects.BaseObject.__init__(self)
     self.value = 'clusters/{0}/messages/{1}'
Beispiel #2
0
    def __init__(self, **notification_message):
        self._defs = {}
        CommonMessage.__init__(self, **notification_message)
        objects.BaseObject.__init__(self)

        self.value = 'notifications/{0}'
Beispiel #3
0
    def __init__(self, **node_message):
        self._defs = {}
        CommonMessage.__init__(self, **node_message)
        objects.BaseObject.__init__(self)

        self.value = 'nodes/{0}/messages/{1}'