class Bosh::Stemcell::Infrastructure::Vcloud

Public Class Methods

new() click to toggle source
# File lib/bosh/stemcell/infrastructure.rb, line 81
def initialize
  super(name: 'vcloud', hypervisor: 'esxi', default_disk_size: 3072, disk_formats: ['ovf'])
end

Public Instance Methods

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