tacker.vnfm.monitor_drivers.http_ping.http_ping module¶
-
class
tacker.vnfm.monitor_drivers.http_ping.http_ping.
VNFMonitorHTTPPing
¶ Bases:
tacker.vnfm.monitor_drivers.abstract_driver.VNFMonitorAbstractDriver
-
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
(**kwargs)¶
-
monitor_url
(plugin, context, vnf)¶ Return the url of vnf to monitor.
- Parameters
plugin –
context –
vnf –
- Returns
string
- Returns
url of vnf to monitor
-
-
tacker.vnfm.monitor_drivers.http_ping.http_ping.
config_opts
()¶