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

Class VMWareEsxi

source code

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

Nested Classes

Inherited from hypervisor.Hypervisor: NIC

Inherited from Plugin: BooleanSetting, IntSetting, ListSetting, Setting, SettingGroup, StringSetting

Instance Methods
 
convert(self, disks, destdir) source code
 
get_disks(self) source code

Inherited from VMWare: deploy, register_options

Inherited from hypervisor.Hypervisor: __init__, add_disk, add_filesystem, convert_disks, finalise, install_os, mount_partitions, unmount_partitions

Inherited from distro.Context: add_clean_cb, add_clean_cmd, call_hooks, cancel_cleanup, cleanup, register_hook

Inherited from Plugin: get_setting, get_setting_default, get_setting_valid_options, has_setting, install_file, install_from_template, post_install, preflight_check, run_in_target, set_defaults, set_setting, set_setting_default, set_setting_fuzzy, set_setting_valid_options, setting_group

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

Inherited from Plugin: priority

Properties

Inherited from object: __class__

Method Details

convert(self, disks, destdir)

source code 
Overrides: VMWare.convert

get_disks(self)

source code 
Overrides: VMWare.get_disks