Class: Bosh::Stemcell::Infrastructure::Warden

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

#initializeWarden

Returns a new instance of Warden.



75
76
77
# File 'lib/bosh/stemcell/infrastructure.rb', line 75

def initialize
  super(name: 'warden', hypervisor: 'boshlite', default_disk_size: 2048)
end