class Bosh::Stemcell::Infrastructure::NullInfrastructure
Public Class Methods
new()
click to toggle source
Calls superclass method
Bosh::Stemcell::Infrastructure::Base::new
# File lib/bosh/stemcell/infrastructure.rb, line 55 def initialize super(name: 'null', hypervisor: 'null', default_disk_size: -1, disk_formats: []) end