This Page

The quantum.plugins.linuxbridge.db.l2network_models_v2 Module

class quantum.plugins.linuxbridge.db.l2network_models_v2.NetworkBinding(network_id, physical_network, vlan_id)

Bases: sqlalchemy.ext.declarative.Base

Represents binding of virtual network to physical_network and vlan_id

network_id
physical_network
vlan_id
class quantum.plugins.linuxbridge.db.l2network_models_v2.NetworkState(physical_network, vlan_id)

Bases: sqlalchemy.ext.declarative.Base

Represents state of vlan_id on physical network

allocated
physical_network
vlan_id