The networking_cisco.plugins.cisco.l3.rpc.l3_rpc_agent_api_noop
Module¶
-
class
networking_cisco.plugins.cisco.l3.rpc.l3_rpc_agent_api_noop.
L3AgentNotifyAPINoOp
(topic=None)¶ Bases:
object
API for plugin to notify L3 agent but without actions.
-
BASE_RPC_API_VERSION
= ‘1.0’¶
-
agent_updated
(context, admin_state_up, host)¶
-
router_added_to_agent
(context, routers, host)¶
-
router_deleted
(context, router_id)¶
-
router_removed_from_agent
(context, router_id, host)¶
-
routers_updated
(context, routers, operation=None, data=None)¶
-