Bases: quantum.plugins.nec.ofc_driver_base.OFCDriverBase
-
convert_ofc_filter_id(context, ofc_filter_id)
-
convert_ofc_network_id(context, ofc_network_id, tenant_id)
-
convert_ofc_port_id(context, ofc_port_id, tenant_id, network_id)
-
convert_ofc_tenant_id(context, ofc_tenant_id)
-
create_filter(ofc_network_id, filter_dict, portinfo=None, filter_id=None)
-
create_network(ofc_tenant_id, description, network_id=None)
-
create_port(ofc_network_id, info, port_id=None)
-
create_tenant(description, tenant_id=None)
-
delete_filter(ofc_filter_id)
-
delete_network(ofc_network_id)
-
delete_port(ofc_port_id)
-
delete_tenant(ofc_tenant_id)
-
classmethod filter_supported()
-
update_network(ofc_network_id, description)