Class: Bosh::Stemcell::Infrastructure::NullInfrastructure

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

#initializeNullInfrastructure

Returns a new instance of NullInfrastructure.



45
46
47
# File 'lib/bosh/stemcell/infrastructure.rb', line 45

def initialize
  super(name: 'null', hypervisor: 'null', default_disk_size: -1)
end