watcher.notifications.base
Module¶watcher.notifications.base.
NotificationBase
(**kwargs)[source]¶Bases: watcher.notifications.base.NotificationObject
Base class for versioned notifications.
Every subclass shall define a ‘payload’ field.
watcher.notifications.base.
NotificationObject
(**kwargs)[source]¶Bases: watcher.objects.base.WatcherObject
Base class for every notification related versioned object.
watcher.notifications.base.
NotificationPayloadBase
(**kwargs)[source]¶Bases: watcher.notifications.base.NotificationObject
Base class for the payload of versioned notifications.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.