This object defines a VDE Network
Methods
|
|
__del__
__init__
__repr__
__str__
_get_hub
qemu
start
stop
|
|
__del__
|
__del__ ( self )
|
|
__init__
|
__init__ (
self,
realmachines,
lanname,
hub=False,
**keywords,
)
|
|
__repr__
|
__repr__ ( self )
|
|
__str__
|
__str__ ( self )
|
|
_get_hub
|
_get_hub ( self )
Gets the value of self.__hub
|
|
qemu
|
qemu ( self, host )
Exceptions
|
|
ValueError, "ERROR: Unhandled network type for QEMU version %s" %( host.realmachine.qemu_version )
|
|
|
start
|
start ( self )
Starts the VDE1 virtual network
|
|
stop
|
stop ( self )
Stops the VDE1 virtual network
|
|