heat.engine.resources.stack_user 模块

class heat.engine.resources.stack_user.StackUser(name, definition, stack)[source]

基类: Resource

handle_create()[source]
handle_delete()[source]

默认实现;应由资源覆盖。

handle_resume()[source]
handle_suspend()[source]