The vmware_nsx.common.l3_rpc_agent_api
Module¶
-
class
vmware_nsx.common.l3_rpc_agent_api.
L3NotifyAPI
¶ Bases:
object
Dummy driver for L3 notifcations - no need - no L3 agenets.
-
add_arp_entry
(context, router_id, arp_table, operation=None)¶
-
agent_updated
(context, admin_state_up, host)¶
-
del_arp_entry
(context, router_id, arp_table, operation=None)¶
-
delete_fipnamespace_for_ext_net
(context, ext_net_id)¶
-
router_added_to_agent
(context, router_ids, host)¶
-
router_deleted
(context, router_id)¶
-
router_removed_from_agent
(context, router_id, host)¶
-
routers_updated
(context, router_ids, operation=None, data=None, shuffle_agents=False, schedule_routers=True)¶
-
routers_updated_on_host
(context, router_ids, host)¶
-