class Bosh::Stemcell::Infrastructure::Azure

Public Class Methods

new() click to toggle source
# File lib/bosh/stemcell/infrastructure.rb, line 127
def initialize
  super(name: 'azure', hypervisor: 'hyperv', default_disk_size: 3072, disk_formats: ['vhd'])
end

Public Instance Methods

additional_cloud_properties() click to toggle source
# File lib/bosh/stemcell/infrastructure.rb, line 131
def additional_cloud_properties
  {'root_device_name' => '/dev/sda1'}
end