The heat.engine.event Module

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

Bases: object

Class representing a Resource state change.

identifier()[source]

Return a unique identifier for the event.

classmethod load(context, event_id, event=None, stack=None)[source]

Retrieve an Event from the database.

store()[source]

Store the Event in the database.

Previous topic

The heat.engine.environment Module

Next topic

The heat.engine.function Module

Project Source

This Page