The networking_cisco.plugins.ml2.drivers.cisco.nexus.type_nexus_vxlan
Module¶
-
class
networking_cisco.plugins.ml2.drivers.cisco.nexus.type_nexus_vxlan.
NexusVxlanTypeDriver
¶ Bases:
neutron.plugins.ml2.drivers.type_tunnel.ML2TunnelTypeDriver
-
add_endpoint
(ip, udp_port)¶
-
allocate_tenant_segment
(context)¶
-
delete_endpoint
(ip)¶
-
delete_endpoint_by_host_or_ip
(host, ip)¶
-
get_endpoint_by_host
(host)¶
-
get_endpoint_by_ip
(ip)¶
-
get_endpoints
()¶
-
get_type
()¶
-
initialize
()¶
-
release_segment
(context, segment)¶
-
reserve_provider_segment
(context, segment)¶
-
sync_allocations
()¶ Synchronize vxlan_allocations table with configured tunnel ranges.
-