Table of Contents

Class: Helper pyVC/Helpers/Base.py

This object defines the base class for a Helper object.

Base Classes   
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.

Exceptions   
NotImplementedError
  stop 
stop ( self )

Abstract method to stop the Helper opject.

Exceptions   
NotImplementedError

Table of Contents

This document was automatically generated on Thu Jan 18 11:28:09 2007 by HappyDoc version 2.1