tacker.vnfm.infra_drivers.abstract_driver
Module¶tacker.vnfm.infra_drivers.abstract_driver.
DeviceAbstractDriver
¶Bases: tacker.api.extensions.PluginInterface
create
(plugin, context, vnf)¶Create vnf and return its id.
create_wait
(plugin, context, vnf_dict, vnf_id)¶wait for vnf creation to complete.
delete
(plugin, context, vnf_id)¶delete_wait
(plugin, context, vnf_id)¶get_description
()¶get_name
()¶Return a symbolic name for the service VM plugin.
get_resource_info
(plugin, context, vnf_info, auth_attr, region_name=None)¶Fetches optional details of a VNF
get_type
()¶Return one of predefined type of the hosting vnf drivers.
update
(plugin, context, vnf_id, vnf_dict, vnf)¶update_wait
(plugin, context, vnf_id)¶Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.