Class: Bosh::Stemcell::Infrastructure::Vcloud

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

#initializeVcloud

Returns a new instance of Vcloud.



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

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