The nova.virt.hyperv.vif Module

class HyperVBaseVIFDriver

Bases: object

plug(instance, vif)
unplug(instance, vif)
class HyperVNeutronVIFDriver

Bases: nova.virt.hyperv.vif.HyperVBaseVIFDriver

Neutron VIF driver.

plug(instance, vif)
unplug(instance, vif)
class HyperVNovaNetworkVIFDriver

Bases: nova.virt.hyperv.vif.HyperVBaseVIFDriver

Nova network VIF driver.

plug(instance, vif)
unplug(instance, vif)

Previous topic

The nova.virt.hyperv.snapshotops Module

Next topic

The nova.virt.hyperv.vmops Module

Project Source

This Page