heat.engine.event module

heat.engine.event module

class heat.engine.event.Event(context, stack, action, status, reason, physical_resource_id, resource_prop_data_id, resource_properties, resource_name, resource_type, uuid=None, timestamp=None, id=None)[source]

Bases: object

Class representing a Resource state change.

as_dict()[source]
identifier()[source]

Return a unique identifier for the event.

store()[source]

Store the Event in the database.

Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.