Sha256: 5e44406e7c5bb5edea3ee8b9bd1328f41dbc912f45fd79c84247bd735056f0a0
Contents?: true
Size: 623 Bytes
Versions: 8
Compression:
Stored size: 623 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
8 entries across 8 versions & 2 rubygems