heat.engine.clients.os.aodh 模块

class heat.engine.clients.os.aodh.AodhClientPlugin(context)[源代码]

基类: ClientPlugin

ALARMING = 'alarming'
V2 = '2'
default_version = '2'
exceptions_module = <module 'aodhclient.exceptions' from '/home/zuul/src/opendev.org/openstack/heat/.tox/docs/lib/python3.12/site-packages/aodhclient/exceptions.py'>
is_conflict(ex)[源代码]

如果异常是冲突,则返回 True。

is_not_found(ex)[源代码]

如果异常是未找到,则返回 True。

is_over_limit(ex)[源代码]

如果异常是超出限制,则返回 True。

service_types = ['alarming']
supported_versions = ['2']