aodh.storage.models
Module¶Model classes for use in the storage API.
aodh.storage.models.
Alarm
(alarm_id, type, enabled, name, description, timestamp, user_id, project_id, state, state_timestamp, state_reason, ok_actions, alarm_actions, insufficient_data_actions, repeat_actions, rule, time_constraints, severity=None)[source]¶Bases: aodh.storage.base.Model
aodh.storage.models.
AlarmChange
(event_id, alarm_id, type, detail, user_id, project_id, on_behalf_of, severity=None, timestamp=None)[source]¶Bases: aodh.storage.base.Model
Record of an alarm change.
Parameters: |
|
---|
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.