Sha256: 6cd8fb9b580b01066b2d0e0c254790e4641607d85436e52f4aafb6c69aac843b
Contents?: true
Size: 624 Bytes
Versions: 3
Compression:
Stored size: 624 Bytes
Contents
module VirtualBox module COM module Interface module Version_4_0_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
3 entries across 3 versions & 1 rubygems