This Page

The quantum.plugins.hyperv.agent_notifier_api Module

class quantum.plugins.hyperv.agent_notifier_api.AgentNotifierApi(topic)

Bases: quantum.openstack.common.rpc.proxy.RpcProxy

Agent side of the openvswitch rpc API.

API version history:
1.0 - Initial version.
BASE_RPC_API_VERSION = '1.0'
network_delete(context, network_id)
port_delete(context, port_id)
port_update(context, port, network_type, segmentation_id, physical_network)
tunnel_update(context, tunnel_ip, tunnel_id)