The heat.engine.event Module

class heat.engine.event.Event(context, stack, resource, new_state, reason, physical_resource_id, resource_properties, 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)[source]

Retrieve an Event from the database

store()[source]

Store the Event in the database

This Page