Methods
|
|
__init__
__repr__
_get_address
_get_port
qemu
start
status
stop
uml
|
|
__init__
|
__init__ (
self,
realmachines,
lanname,
address="230.0.0.1",
port=1102,
**keywords,
)
|
|
__repr__
|
__repr__ ( self )
|
|
_get_address
|
_get_address ( self )
Returns the value of self.__address
|
|
_get_port
|
_get_port ( self )
Returns the value of self.__port
|
|
qemu
|
qemu ( self, host )
Exceptions
|
|
ValueError, "ERROR: Unhandled network type for QEMU version %s" %( self.realmachine.qemu_version )
|
|
|
start
|
start ( self )
Starts the multicast virtual network
|
|
status
|
status ( self )
Checks status of the multicast virtual network
|
|
stop
|
stop ( self )
Stops the multicast virtual network
|
|
uml
|
uml ( self, host )
|