This object defines the base class for a Helper object.
Methods
|
|
__init__
_get_networks
_get_realmachine
_get_status
_set_status
start
stop
|
|
__init__
|
__init__ (
self,
realmachine,
networks,
)
|
|
_get_networks
|
_get_networks ( self )
Returns a list of Network objects associated with this Helper.
|
|
_get_realmachine
|
_get_realmachine ( self )
Returns the real Machine object associated with this Helper.
|
|
_get_status
|
_get_status ( self )
Returns the status of a Helper object.
|
|
_set_status
|
_set_status ( self, status="" )
Sets the status of a Helper object with the value in status.
status should be one of (stopped , started ).
|
|
start
|
start ( self )
Abstract method to start the Helper object.
|
|
stop
|
stop ( self )
Abstract method to stop the Helper opject.
|