This Page

The quantum.plugins.nicira.nicira_nvp_plugin.nicira_models Module

class quantum.plugins.nicira.nicira_nvp_plugin.nicira_models.NvpNetworkBinding(network_id, binding_type, phy_uuid, vlan_id)

Bases: sqlalchemy.ext.declarative.Base

Represents a binding of a virtual network with a transport zone.

This model class associates a Quantum network with a transport zone; optionally a vlan ID might be used if the binding type is ‘bridge’

binding_type
network_id
phy_uuid
vlan_id
class quantum.plugins.nicira.nicira_nvp_plugin.nicira_models.QuantumNvpPortMapping(quantum_id, nvp_id)

Bases: sqlalchemy.ext.declarative.Base

Represents the mapping between quantum and nvp port uuids.

nvp_id
quantum_id