Package VMBuilder :: Package plugins :: Package vmware :: Module vm :: Class VMWareEsxi
[frames] | no frames]

Class VMWareEsxi

source code

       object --+            
                |            
           Plugin --+        
                    |        
hypervisor.Hypervisor --+    
                        |    
                   VMWare --+
                            |
                           VMWareEsxi

Instance Methods
 
finalize(self) source code
 
disks(self) source code

Inherited from VMWare: deploy

Inherited from Plugin: __init__, install_from_template, post_install, preflight_check, register_options, run_in_target, set_defaults

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

Class Variables
  name = 'VMWare ESXi'
  arg = 'esxi'
  vmhwversion = 4
  adaptertype = 'lsilogic'
  vmxtemplate = 'esxi.vmx'
  vmdks = []

Inherited from VMWare: filetype, needs_bootloader, preferred_storage

Properties

Inherited from object: __class__

Method Details

finalize(self)

source code 
Overrides: hypervisor.Hypervisor.finalize

disks(self)

source code 
Overrides: VMWare.disks