Sha256: 4a2b6aede10e68265160605cb033246220efdad4087edc8c660419da81929a2f
Contents?: true
Size: 623 Bytes
Versions: 19
Compression:
Stored size: 623 Bytes
Contents
module VirtualBox module COM module Interface module Version_3_1_X class BIOSSettings < AbstractInterface IID = "38b54279-dc35-4f5e-a431-835b867c6b5e" property :logo_fade_in, T_BOOL property :logo_fade_out, T_BOOL property :logo_display_time, T_UINT32 property :logo_image_path, WSTRING property :boot_menu_mode, :BIOSBootMenuMode property :acpi_enabled, T_BOOL property :io_apic_enabled, T_BOOL property :time_offset, T_INT64 property :pxe_debug_enabled, T_BOOL end end end end end
Version data entries
19 entries across 19 versions & 3 rubygems