This Page

The quantum.plugins.openvswitch.ovs_models_v2 Module

class quantum.plugins.openvswitch.ovs_models_v2.NetworkBinding(network_id, network_type, physical_network, segmentation_id)

Bases: sqlalchemy.ext.declarative.Base

Represents binding of virtual network to physical realization

network_id
network_type
physical_network
segmentation_id
class quantum.plugins.openvswitch.ovs_models_v2.TunnelAllocation(tunnel_id)

Bases: sqlalchemy.ext.declarative.Base

Represents allocation state of tunnel_id

allocated
tunnel_id
class quantum.plugins.openvswitch.ovs_models_v2.TunnelEndpoint(ip_address, id)

Bases: sqlalchemy.ext.declarative.Base

Represents tunnel endpoint in RPC mode

id
ip_address
class quantum.plugins.openvswitch.ovs_models_v2.TunnelIP(ip_address)

Bases: sqlalchemy.ext.declarative.Base

Represents tunnel endpoint in DB mode

ip_address
class quantum.plugins.openvswitch.ovs_models_v2.VlanAllocation(physical_network, vlan_id)

Bases: sqlalchemy.ext.declarative.Base

Represents allocation state of vlan_id on physical network

allocated
physical_network
vlan_id