This Page

The quantum.plugins.hyperv.model Module

class quantum.plugins.hyperv.model.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.hyperv.model.VlanAllocation(physical_network, vlan_id)

Bases: sqlalchemy.ext.declarative.Base

Represents allocation state of vlan_id on physical network

allocated
physical_network
vlan_id