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

#==, #light?

Constructor Details

#initializeVsphere

Returns a new instance of Vsphere.



57
58
59
# File 'lib/bosh/stemcell/infrastructure.rb', line 57

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