Class: Bosh::Stemcell::Infrastructure::Aws

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

#initializeAws

Returns a new instance of Aws.



64
65
66
# File 'lib/bosh/stemcell/infrastructure.rb', line 64

def initialize
  super(name: 'aws', hypervisor: 'xen', supports_light_stemcell: true, default_disk_size: 2048)
end