tacker.vnfm.monitor_drivers.abstract_driver.
VNFMonitorAbstractDriver
¶Bases: tacker.api.extensions.PluginInterface
get_description
()¶Return description of VNF Monitor plugin.
get_name
()¶Return a symbolic name for the VNF Monitor plugin.
get_type
()¶Return one of predefined type of the hosting vnf drivers.
monitor_call
(vnf, kwargs)¶Monitor.
Return boolean value True if VNF is healthy or return an event string like ‘failure’ or ‘calls-capacity-reached’ for specific VNF health condition.
vnf –
kwargs –
boolean
True if VNF is healthy
monitor_get_config
(plugin, context, vnf)¶Return dict of monitor configuration data.
plugin –
context –
vnf –
dict
dict of monitor configuration data
monitor_service_driver
(plugin, context, vnf, service_instance)¶monitor_url
(plugin, context, vnf)¶Return the url of vnf to monitor.
plugin –
context –
vnf –
string
url of vnf to monitor
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.