heat.engine.event 模块

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)[源代码]

基类: object

表示资源状态变化的类。

as_dict()[源代码]
identifier()[源代码]

返回事件的唯一标识符。

store()[源代码]

将事件存储在数据库中。