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, #disk_formats, #hypervisor, #name

Instance Method Summary collapse

Methods inherited from Base

#==, #additional_cloud_properties, #default_disk_format

Constructor Details

#initializeNullInfrastructure

Returns a new instance of NullInfrastructure.



53
54
55
# File 'lib/bosh/stemcell/infrastructure.rb', line 53

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