The tacker.nfvo.drivers.vnffg.abstract_vnffg_driver Module

The tacker.nfvo.drivers.vnffg.abstract_vnffg_driver Module

class tacker.nfvo.drivers.vnffg.abstract_vnffg_driver.VnffgAbstractDriver

Bases: tacker.api.extensions.PluginInterface

create_chain(name, fc_id, vnfs, symmetrical=False, auth_attr=None)

Create service function chain and returns an ID

create_flow_classifier(name, fc, symmetrical=False, auth_attr=None)

Create flow classifier and returns an ID

delete_chain(chain_id, auth_attr=None)

Delete service function chain

delete_flow_classifier(fc_id, auth_attr=None)

Delete flow classifier

get_description()
get_name()

Return a symbolic name for the Tacker VNFFG SFC driver.

get_type()

Return one of predefined type of Tacker drivers.

update_chain(chain_id, fc_ids, vnfs, symmetrical=False, auth_attr=None)

Update service function chain

update_flow_classifier(fc_id, fc, symmetrical=False, auth_attr=None)

Update flow classifier

Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.