Class: Bosh::Stemcell::Infrastructure::Vsphere

Inherits:
Base
  • Object
show all
Defined in:
lib/bosh/stemcell/infrastructure.rb

Instance Attribute Summary

Attributes inherited from Base

#default_disk_size, #hypervisor, #name

Instance Method Summary collapse

Methods inherited from Base

#==

Constructor Details

#initializeVsphere

Returns a new instance of Vsphere.



52
53
54
# File 'lib/bosh/stemcell/infrastructure.rb', line 52

def initialize
  super(name: 'vsphere', hypervisor: 'esxi', default_disk_size: 3072)
end