Package haizea :: Package core :: Module leases :: Class UnmanagedSoftwareEnvironment
[hide private]
[frames] | no frames]

Class UnmanagedSoftwareEnvironment

source code


Represents an "unmanaged" software environment.

When a lease has an unmanaged software environment, Haizea does not need to perform any actions to prepare a lease's software environment (it assumes that this task is carried out by an external entity, and that software environments can be assumed to be ready when a lease has to start; e.g., if VM disk images are predeployed on all physical nodes).

Instance Methods [hide private]
 
__init__(self)
Constructor.
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 

Constructor.

Does nothing.

Overrides: object.__init__