The heat.engine.event ModuleΒΆ

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

Bases: object

Class representing a Resource state change.

Event.identifier()[source]

Return a unique identifier for the event.

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

Retrieve an Event from the database.

Event.store()[source]

Store the Event in the database.

Previous topic

The heat.engine.api Module

Next topic

The heat.engine.resource Module

This Page