class Bosh::Stemcell::Infrastructure::NullInfrastructure

Public Class Methods

new() click to toggle source
# File lib/bosh/stemcell/infrastructure.rb, line 55
def initialize
  super(name: 'null', hypervisor: 'null', default_disk_size: -1, disk_formats: [])
end