virtualbox 0.7.9 → 0.8.0
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/virtualbox/appliance.rb +3 -3
- data/lib/virtualbox/com/ffi/interfaces.rb +12 -3
- data/lib/virtualbox/com/ffi/util.rb +3 -1
- data/lib/virtualbox/com/implementer/ffi.rb +23 -3
- data/lib/virtualbox/com/interface/4.0.x/access_mode.rb +11 -0
- data/lib/virtualbox/com/interface/4.0.x/appliance.rb +23 -0
- data/lib/virtualbox/com/interface/4.0.x/audio_adapter.rb +15 -0
- data/lib/virtualbox/com/interface/4.0.x/audio_controller_type.rb +11 -0
- data/lib/virtualbox/com/interface/4.0.x/audio_driver_type.rb +11 -0
- data/lib/virtualbox/com/interface/4.0.x/auth_type.rb +11 -0
- data/lib/virtualbox/com/interface/4.0.x/bios_boot_menu_mode.rb +11 -0
- data/lib/virtualbox/com/interface/4.0.x/bios_settings.rb +21 -0
- data/lib/virtualbox/com/interface/4.0.x/cleanup_mode.rb +12 -0
- data/lib/virtualbox/com/interface/4.0.x/clipboard_mode.rb +11 -0
- data/lib/virtualbox/com/interface/4.0.x/console.rb +50 -0
- data/lib/virtualbox/com/interface/4.0.x/cpu_property_type.rb +11 -0
- data/lib/virtualbox/com/interface/4.0.x/device_type.rb +11 -0
- data/lib/virtualbox/com/interface/4.0.x/dhcp_server.rb +22 -0
- data/lib/virtualbox/com/interface/4.0.x/event_source.rb +13 -0
- data/lib/virtualbox/com/interface/4.0.x/fault_tolerance_state.rb +11 -0
- data/lib/virtualbox/com/interface/4.0.x/firmware_type.rb +11 -0
- data/lib/virtualbox/com/interface/4.0.x/guest.rb +13 -0
- data/lib/virtualbox/com/interface/4.0.x/guest_os_type.rb +33 -0
- data/lib/virtualbox/com/interface/4.0.x/host.rb +43 -0
- data/lib/virtualbox/com/interface/4.0.x/host_network_interface.rb +30 -0
- data/lib/virtualbox/com/interface/4.0.x/host_network_interface_medium_type.rb +11 -0
- data/lib/virtualbox/com/interface/4.0.x/host_network_interface_status.rb +11 -0
- data/lib/virtualbox/com/interface/4.0.x/host_network_interface_type.rb +11 -0
- data/lib/virtualbox/com/interface/4.0.x/host_usb_device.rb +13 -0
- data/lib/virtualbox/com/interface/4.0.x/host_usb_device_filter.rb +13 -0
- data/lib/virtualbox/com/interface/4.0.x/hw_virt_ex_property_type.rb +12 -0
- data/lib/virtualbox/com/interface/4.0.x/keyboard_hid_type.rb +11 -0
- data/lib/virtualbox/com/interface/4.0.x/lock_type.rb +11 -0
- data/lib/virtualbox/com/interface/4.0.x/machine.rb +132 -0
- data/lib/virtualbox/com/interface/4.0.x/machine_state.rb +14 -0
- data/lib/virtualbox/com/interface/4.0.x/medium.rb +53 -0
- data/lib/virtualbox/com/interface/4.0.x/medium_attachment.rb +18 -0
- data/lib/virtualbox/com/interface/4.0.x/medium_format.rb +18 -0
- data/lib/virtualbox/com/interface/4.0.x/medium_state.rb +11 -0
- data/lib/virtualbox/com/interface/4.0.x/medium_type.rb +11 -0
- data/lib/virtualbox/com/interface/4.0.x/medium_variant.rb +11 -0
- data/lib/virtualbox/com/interface/4.0.x/nat_alias_mode.rb +11 -0
- data/lib/virtualbox/com/interface/4.0.x/nat_engine.rb +27 -0
- data/lib/virtualbox/com/interface/4.0.x/nat_protocol.rb +11 -0
- data/lib/virtualbox/com/interface/4.0.x/network_adapter.rb +35 -0
- data/lib/virtualbox/com/interface/4.0.x/network_adapter_type.rb +11 -0
- data/lib/virtualbox/com/interface/4.0.x/network_attachment_type.rb +11 -0
- data/lib/virtualbox/com/interface/4.0.x/nsiexception.rb +23 -0
- data/lib/virtualbox/com/interface/4.0.x/nsisupports.rb +15 -0
- data/lib/virtualbox/com/interface/4.0.x/parallel_port.rb +17 -0
- data/lib/virtualbox/com/interface/4.0.x/pointing_hid_type.rb +11 -0
- data/lib/virtualbox/com/interface/4.0.x/port_mode.rb +11 -0
- data/lib/virtualbox/com/interface/4.0.x/progress.rb +64 -0
- data/lib/virtualbox/com/interface/4.0.x/serial_port.rb +19 -0
- data/lib/virtualbox/com/interface/4.0.x/session.rb +18 -0
- data/lib/virtualbox/com/interface/4.0.x/session_state.rb +11 -0
- data/lib/virtualbox/com/interface/4.0.x/session_type.rb +11 -0
- data/lib/virtualbox/com/interface/4.0.x/shared_folder.rb +17 -0
- data/lib/virtualbox/com/interface/4.0.x/snapshot.rb +20 -0
- data/lib/virtualbox/com/interface/4.0.x/storage_bus.rb +11 -0
- data/lib/virtualbox/com/interface/4.0.x/storage_controller.rb +24 -0
- data/lib/virtualbox/com/interface/4.0.x/storage_controller_type.rb +11 -0
- data/lib/virtualbox/com/interface/4.0.x/system_properties.rb +42 -0
- data/lib/virtualbox/com/interface/4.0.x/usb_controller.rb +21 -0
- data/lib/virtualbox/com/interface/4.0.x/usb_device.rb +24 -0
- data/lib/virtualbox/com/interface/4.0.x/usb_device_filter.rb +23 -0
- data/lib/virtualbox/com/interface/4.0.x/usb_device_filter_action.rb +11 -0
- data/lib/virtualbox/com/interface/4.0.x/usb_device_state.rb +11 -0
- data/lib/virtualbox/com/interface/4.0.x/virtual_box_error_info.rb +17 -0
- data/lib/virtualbox/com/interface/4.0.x/virtual_system_description.rb +19 -0
- data/lib/virtualbox/com/interface/4.0.x/virtual_system_description_type.rb +14 -0
- data/lib/virtualbox/com/interface/4.0.x/virtual_system_description_value_type.rb +11 -0
- data/lib/virtualbox/com/interface/4.0.x/virtualbox.rb +50 -0
- data/lib/virtualbox/com/interface/4.0.x/vrde_server.rb +23 -0
- data/lib/virtualbox/host_network_interface.rb +1 -1
- data/lib/virtualbox/hw_virtualization.rb +1 -0
- data/lib/virtualbox/network_adapter.rb +1 -1
- data/lib/virtualbox/system_properties.rb +2 -3
- data/lib/virtualbox/version.rb +1 -1
- data/lib/virtualbox/vm.rb +20 -44
- data/lib/virtualbox/{vrdp_server.rb → vrde_server.rb} +9 -11
- data/test/virtualbox/host_network_interface_test.rb +1 -0
- data/test/virtualbox/vm_test.rb +35 -26
- data/test/virtualbox/{vrdp_server_test.rb → vrde_server_test.rb} +8 -8
- metadata +77 -7
@@ -0,0 +1,132 @@
|
|
1
|
+
module VirtualBox
|
2
|
+
module COM
|
3
|
+
module Interface
|
4
|
+
module Version_4_0_X
|
5
|
+
class Machine < AbstractInterface
|
6
|
+
IID_STR = "99404f50-dd10-40d3-889b-dd2f79f1e95e"
|
7
|
+
|
8
|
+
property :parent, :VirtualBox, :readonly => true
|
9
|
+
property :accessible, T_BOOL, :readonly => true
|
10
|
+
property :access_error, :VirtualBoxErrorInfo, :readonly => true
|
11
|
+
property :name, WSTRING
|
12
|
+
property :description, WSTRING
|
13
|
+
property :id, WSTRING, :readonly => true
|
14
|
+
property :os_type_id, WSTRING
|
15
|
+
property :hardware_version, WSTRING
|
16
|
+
property :hardware_uuid, WSTRING
|
17
|
+
property :cpu_count, T_UINT32
|
18
|
+
property :cpu_hot_plug_enabled, T_BOOL
|
19
|
+
property :cpu_execution_cap, T_UINT64
|
20
|
+
property :memory_size, T_UINT64
|
21
|
+
property :memory_balloon_size, T_UINT64
|
22
|
+
property :page_fusion_enabled, T_BOOL
|
23
|
+
property :vram_size, T_UINT32
|
24
|
+
property :accelerate_3d_enabled, T_BOOL
|
25
|
+
property :accelerate_2d_video_enabled, T_BOOL
|
26
|
+
property :monitor_count, T_UINT64
|
27
|
+
property :bios_settings, :BIOSSettings, :readonly => true
|
28
|
+
property :firmware_type, :FirmwareType
|
29
|
+
property :pointing_hid_type, T_UINT32
|
30
|
+
property :keyboard_hid_type, T_UINT32
|
31
|
+
property :hpet_enabled, T_BOOL
|
32
|
+
property :chipset_type, :ChipsetType
|
33
|
+
property :snapshot_folder, WSTRING
|
34
|
+
property :vrde_server, :VRDEServer, :readonly => true
|
35
|
+
property :medium_attachments, [:MediumAttachment], :readonly => true
|
36
|
+
property :usb_controller, :USBController, :readonly => true
|
37
|
+
property :audio_adapter, :AudioAdapter, :readonly => true
|
38
|
+
property :storage_controllers, [:StorageController], :readonly => true
|
39
|
+
property :settings_file_path, WSTRING, :readonly => true
|
40
|
+
property :settings_modified, T_BOOL, :readonly => true
|
41
|
+
property :session_state, :SessionState, :readonly => true
|
42
|
+
property :session_type, WSTRING, :readonly => true
|
43
|
+
property :session_pid, T_UINT64, :readonly => true
|
44
|
+
property :state, :MachineState, :readonly => true
|
45
|
+
property :last_state_change, T_INT64, :readonly => true
|
46
|
+
property :state_file_path, WSTRING, :readonly => true
|
47
|
+
property :log_folder, WSTRING, :readonly => true
|
48
|
+
property :current_snapshot, :Snapshot, :readonly => true
|
49
|
+
property :snapshot_count, T_UINT32, :readonly => true
|
50
|
+
property :current_state_modified, T_BOOL, :readonly => true
|
51
|
+
property :shared_folders, [:SharedFolder], :readonly => true
|
52
|
+
property :clipboard_mode, :ClipboardMode
|
53
|
+
property :guest_property_notification_patterns, WSTRING
|
54
|
+
property :teleporter_enabled, T_BOOL
|
55
|
+
property :teleporter_port, T_UINT32
|
56
|
+
property :teleporter_address, WSTRING
|
57
|
+
property :teleporter_password, WSTRING
|
58
|
+
property :fault_tolerance_state, :FaultToleranceState
|
59
|
+
property :fault_tolerance_port, T_UINT64
|
60
|
+
property :fault_tolerance_address, WSTRING
|
61
|
+
property :fault_tolerance_password, WSTRING
|
62
|
+
property :fault_tolerance_sync_interval, T_UINT64
|
63
|
+
property :rtc_use_utc, T_BOOL
|
64
|
+
property :io_cache_enabled, T_BOOL
|
65
|
+
property :io_cache_size, T_UINT32
|
66
|
+
property :bandwidth_control, :BandwidthControl, :readonly => true
|
67
|
+
property :pci_device_assignments, [:PciDeviceAttachment], :readonly => true
|
68
|
+
|
69
|
+
function :lock_machine, nil, [:Session, :LockType]
|
70
|
+
function :launch_vm_process, :Progress, [:Session, WSTRING, WSTRING]
|
71
|
+
function :set_boot_order, nil, [T_UINT32, :DeviceType]
|
72
|
+
function :get_boot_order, :DeviceType, [T_UINT64]
|
73
|
+
function :attach_device, nil, [WSTRING, T_INT32, T_INT32, :DeviceType, :Medium]
|
74
|
+
function :detach_device, nil, [WSTRING, T_INT32, T_INT32]
|
75
|
+
function :passthrough_device, nil, [WSTRING, T_INT32, T_INT32, T_BOOL]
|
76
|
+
function :set_bandwidth_group_for_device, nil, [WSTRING, T_INT64, T_INT64, :BandwidthGroup]
|
77
|
+
function :mount_medium, nil, [WSTRING, T_INT32, T_INT32, :Medium, T_BOOL]
|
78
|
+
function :get_medium, :Medium, [WSTRING, T_INT32, T_INT32]
|
79
|
+
function :get_medium_attachments_of_controller, [:MediumAttachments], [WSTRING]
|
80
|
+
function :get_medium_attachment, :MediumAttachment, [WSTRING, T_INT32, T_INT32]
|
81
|
+
function :attach_host_pci_device, nil, [T_INT32, T_INT32, :EventContext, T_BOOL]
|
82
|
+
function :detach_host_pci_device, nil, [T_INT32]
|
83
|
+
function :get_network_adapter, :NetworkAdapter, [T_UINT32]
|
84
|
+
function :add_storage_controller, :StorageController, [WSTRING, :StorageBus]
|
85
|
+
function :get_storage_controller_by_name, :StorageController, [WSTRING]
|
86
|
+
function :get_storage_controller_by_instance, :StorageController, [T_UINT32]
|
87
|
+
function :remove_storage_controller, nil, [WSTRING]
|
88
|
+
function :set_storage_controller_bootable, nil, [WSTRING, T_BOOL]
|
89
|
+
function :get_serial_port, :SerialPort, [T_UINT32]
|
90
|
+
function :get_parallel_port, :ParallelPort, [T_UINT32]
|
91
|
+
function :get_extra_data_keys, [WSTRING], []
|
92
|
+
function :get_extra_data, WSTRING, [WSTRING]
|
93
|
+
function :set_extra_data, nil, [WSTRING, WSTRING]
|
94
|
+
function :get_cpu_property, T_BOOL, [:CpuPropertyType]
|
95
|
+
function :set_cpu_property, nil, [:CpuPropertyType, T_BOOL]
|
96
|
+
function :get_cpu_id_leaf, nil, [T_UINT32, [:out, T_UINT32], [:out, T_UINT32], [:out, T_UINT32], [:out, T_UINT32]]
|
97
|
+
function :set_cpu_id_leaf, nil, [T_UINT32, T_UINT32, T_UINT32, T_UINT32, T_UINT32]
|
98
|
+
function :remove_cpu_id_leaf, nil, [T_UINT32]
|
99
|
+
function :remove_all_cpu_id_leafs, nil, []
|
100
|
+
function :get_hw_virt_ex_property, T_BOOL, [:HWVirtExPropertyType]
|
101
|
+
function :set_hw_virt_ex_property, nil, [:HWVirtExPropertyType, T_BOOL]
|
102
|
+
function :save_settings, nil, []
|
103
|
+
function :discard_settings, nil, []
|
104
|
+
function :unregister, [:Medium], [:CleanupMode]
|
105
|
+
function :delete, :Progress, [[:Medium]]
|
106
|
+
function :export, :VirtualSystemDescription, [:Appliance, WSTRING]
|
107
|
+
function :find_snapshot, :Snapshot, [WSTRING]
|
108
|
+
function :create_shared_folder, nil, [WSTRING, WSTRING, T_BOOL, T_BOOL]
|
109
|
+
function :remove_shared_folder, nil, [WSTRING]
|
110
|
+
function :can_show_console_window, T_BOOL, []
|
111
|
+
function :show_console_window, T_UINT64, []
|
112
|
+
function :get_guest_property, nil, [WSTRING, [:out, WSTRING], [:out, T_UINT64], [:out, WSTRING]]
|
113
|
+
function :get_guest_property_value, WSTRING, [WSTRING]
|
114
|
+
function :get_guest_property_timestamp, T_UINT64, [WSTRING]
|
115
|
+
function :set_guest_property, nil, [WSTRING, WSTRING, WSTRING]
|
116
|
+
function :set_guest_propetty_value, nil, [WSTRING, WSTRING]
|
117
|
+
function :enumerate_guest_properties, nil, [WSTRING, [:out, [WSTRING]], [:out, [WSTRING]], [:out, [T_UINT64]], [:out, [WSTRING]]]
|
118
|
+
function :query_saved_guest_size, nil, [T_UINT64, [:out, T_UINT64], [:out, T_UINT64]]
|
119
|
+
function :query_saved_thumbnail_size, nil, [T_UINT32, [:out, T_UINT32], [:out, T_UINT32], [:out, T_UINT32]]
|
120
|
+
function :read_saved_thumbnail_to_array, [T_UINT8], [T_UINT32, T_BOOL, [:out, T_UINT32], [:out, T_UINT32]]
|
121
|
+
function :query_saved_screenshot_png_size, nil, [T_UINT32, [:out, T_UINT32], [:out, T_UINT32], [:out, T_UINT32]]
|
122
|
+
function :read_saved_png_screenshot_to_array, [T_UINT8], [T_UINT32, [:out, T_UINT32], [:out, T_UINT32]]
|
123
|
+
function :hot_plug_cpu, nil, [T_UINT32]
|
124
|
+
function :hot_unplug_cpu, nil, [T_UINT32]
|
125
|
+
function :get_cpu_status, T_BOOL, [T_UINT32]
|
126
|
+
function :query_log_filename, WSTRING, [T_UINT32]
|
127
|
+
function :read_log, [T_UINT8], [T_UINT32, T_UINT64, T_UINT64]
|
128
|
+
end
|
129
|
+
end
|
130
|
+
end
|
131
|
+
end
|
132
|
+
end
|
@@ -0,0 +1,14 @@
|
|
1
|
+
module VirtualBox
|
2
|
+
module COM
|
3
|
+
module Interface
|
4
|
+
module Version_4_0_X
|
5
|
+
class MachineState < AbstractEnum
|
6
|
+
map [:null, :powered_off, :saved, :teleported, :aborted, :running, :paused, :stuck,
|
7
|
+
:teleporting, :live_snapshotting, :starting, :stopping, :saving, :restoring,
|
8
|
+
:teleporting_paused_vm, :teleporting_in, :restoring_snapshot, :deleting_snapshot,
|
9
|
+
:setting_up]
|
10
|
+
end
|
11
|
+
end
|
12
|
+
end
|
13
|
+
end
|
14
|
+
end
|
@@ -0,0 +1,53 @@
|
|
1
|
+
module VirtualBox
|
2
|
+
module COM
|
3
|
+
module Interface
|
4
|
+
module Version_4_0_X
|
5
|
+
class Medium < AbstractInterface
|
6
|
+
IID = "aa8167ba-df72-4738-b740-9b84377ba9f1"
|
7
|
+
|
8
|
+
property :id, WSTRING, :readonly => true
|
9
|
+
property :description, WSTRING
|
10
|
+
property :state, :MediumState, :readonly => true
|
11
|
+
property :variant, T_UINT64, :readonly => true
|
12
|
+
property :location, WSTRING
|
13
|
+
property :name, WSTRING, :readonly => true
|
14
|
+
property :device_type, :DeviceType, :readonly => true
|
15
|
+
property :host_drive, T_BOOL, :readonly => true
|
16
|
+
property :size, T_UINT64, :readonly => true
|
17
|
+
property :format, WSTRING, :readonly => true
|
18
|
+
property :medium_format, :MediumFormat, :readonly => true
|
19
|
+
property :type, :MediumType
|
20
|
+
property :parent, :Medium, :readonly => true
|
21
|
+
property :children, [:Medium], :readonly => true
|
22
|
+
property :base, :Medium, :readonly => true
|
23
|
+
property :read_only, T_BOOL, :readonly => true
|
24
|
+
property :logical_size, T_UINT64, :readonly => true
|
25
|
+
property :auto_reset, T_BOOL
|
26
|
+
property :last_access_error, WSTRING, :readonly => true
|
27
|
+
property :machine_ids, [WSTRING], :readonly => true
|
28
|
+
|
29
|
+
function :set_ids, nil, [T_BOOL, WSTRING, T_BOOL, WSTRING]
|
30
|
+
function :refresh_state, :MediumState, []
|
31
|
+
function :get_snapshot_ids, [WSTRING], [WSTRING]
|
32
|
+
function :lock_read, :MediumState, []
|
33
|
+
function :unlock_read, :MediumState, []
|
34
|
+
function :lock_write, :MediumState, []
|
35
|
+
function :unlock_write, :MediumState, []
|
36
|
+
function :close, nil, []
|
37
|
+
function :get_property, WSTRING, [WSTRING]
|
38
|
+
function :set_property, nil, [WSTRING, WSTRING]
|
39
|
+
function :get_properties, [WSTRING], [WSTRING, [:out, [WSTRING]]]
|
40
|
+
function :set_properties, nil, [[WSTRING], [WSTRING]]
|
41
|
+
function :create_base_storage, :Progress, [T_UINT64, :MediumVariant]
|
42
|
+
function :delete_storage, :Progress, []
|
43
|
+
function :create_diff_storage, :Progress, [:Medium, :MediumVariant]
|
44
|
+
function :merge_to, :Progress, [:Medium]
|
45
|
+
function :clone_to, :Progress, [:Medium, :MediumVariant, :Medium]
|
46
|
+
function :compact, :Progress, []
|
47
|
+
function :resize, :Progress, [T_UINT64]
|
48
|
+
function :reset, :Progress, []
|
49
|
+
end
|
50
|
+
end
|
51
|
+
end
|
52
|
+
end
|
53
|
+
end
|
@@ -0,0 +1,18 @@
|
|
1
|
+
module VirtualBox
|
2
|
+
module COM
|
3
|
+
module Interface
|
4
|
+
module Version_4_0_X
|
5
|
+
class MediumAttachment < AbstractInterface
|
6
|
+
IID = "e58eb3eb-8627-428b-bdf8-34487c848de5"
|
7
|
+
|
8
|
+
property :medium, :Medium, :readonly => true
|
9
|
+
property :controller, WSTRING, :readonly => true
|
10
|
+
property :port, T_INT32, :readonly => true
|
11
|
+
property :device, T_INT32, :readonly => true
|
12
|
+
property :type, :DeviceType, :readonly => true
|
13
|
+
property :passthrough, T_BOOL, :readonly => true
|
14
|
+
end
|
15
|
+
end
|
16
|
+
end
|
17
|
+
end
|
18
|
+
end
|
@@ -0,0 +1,18 @@
|
|
1
|
+
module VirtualBox
|
2
|
+
module COM
|
3
|
+
module Interface
|
4
|
+
module Version_4_0_X
|
5
|
+
class MediumFormat < AbstractInterface
|
6
|
+
IID = "89f52554-d469-4799-9fad-1705e86a08b1"
|
7
|
+
|
8
|
+
property :id, WSTRING, :readonly => true
|
9
|
+
property :name, WSTRING, :readonly => true
|
10
|
+
property :file_extensions, [WSTRING], :readonly => true
|
11
|
+
property :capabilities, T_UINT32, :readonly => true
|
12
|
+
|
13
|
+
function :describe_properties, nil, [[:out, [WSTRING]], [:out, [WSTRING]], [:out, [:DataType]], [:out, [T_UINT32]], [:out, [WSTRING]]]
|
14
|
+
end
|
15
|
+
end
|
16
|
+
end
|
17
|
+
end
|
18
|
+
end
|
@@ -0,0 +1,27 @@
|
|
1
|
+
module VirtualBox
|
2
|
+
module COM
|
3
|
+
module Interface
|
4
|
+
module Version_4_0_X
|
5
|
+
class NATEngine < AbstractInterface
|
6
|
+
IID = "4b286616-eb03-11de-b0fb-1701eca42246"
|
7
|
+
|
8
|
+
property :network, WSTRING
|
9
|
+
property :host_ip, WSTRING
|
10
|
+
property :tftp_prefix, WSTRING
|
11
|
+
property :tftp_boot_file, WSTRING
|
12
|
+
property :tftp_next_server, WSTRING
|
13
|
+
property :alias_mode, T_UINT32
|
14
|
+
property :dns_pass_domain, T_BOOL
|
15
|
+
property :dns_proxy, T_BOOL
|
16
|
+
property :dns_use_host_resolver, T_BOOL
|
17
|
+
property :redirects, [WSTRING], :readonly => true
|
18
|
+
|
19
|
+
function :set_network_settings, nil, [T_UINT32, T_UINT32, T_UINT32, T_UINT32, T_UINT32]
|
20
|
+
function :get_network_settings, nil, [[:out, T_UINT32], [:out, T_UINT32], [:out, T_UINT32], [:out, T_UINT32], [:out, T_UINT32]]
|
21
|
+
function :add_redirect, nil, [WSTRING, :NATProtocol, WSTRING, T_UINT16, WSTRING, T_UINT16]
|
22
|
+
function :remove_redirect, nil, [WSTRING]
|
23
|
+
end
|
24
|
+
end
|
25
|
+
end
|
26
|
+
end
|
27
|
+
end
|
@@ -0,0 +1,35 @@
|
|
1
|
+
module VirtualBox
|
2
|
+
module COM
|
3
|
+
module Interface
|
4
|
+
module Version_4_0_X
|
5
|
+
class NetworkAdapter < AbstractInterface
|
6
|
+
IID = "65607a27-2b73-4d43-b4cc-0ba2c817fbde"
|
7
|
+
|
8
|
+
property :adapter_type, :NetworkAdapterType
|
9
|
+
property :slot, T_UINT32, :readonly => true
|
10
|
+
property :enabled, T_BOOL
|
11
|
+
property :mac_address, WSTRING
|
12
|
+
property :attachment_type, :NetworkAttachmentType, :readonly => true
|
13
|
+
property :host_interface, WSTRING
|
14
|
+
property :internal_network, WSTRING
|
15
|
+
property :nat_network, WSTRING
|
16
|
+
property :vde_network, WSTRING
|
17
|
+
property :cable_connected, T_BOOL
|
18
|
+
property :line_speed, T_UINT32
|
19
|
+
property :trace_enabled, T_BOOL
|
20
|
+
property :trace_file, WSTRING
|
21
|
+
property :nat_driver, :NATEngine, :readonly => true
|
22
|
+
property :boot_priority, T_UINT32
|
23
|
+
property :bandwidth_limit, T_UINT32
|
24
|
+
|
25
|
+
function :attach_to_nat, nil, []
|
26
|
+
function :attach_to_bridged_interface, nil, []
|
27
|
+
function :attach_to_internal_network, nil, []
|
28
|
+
function :attach_to_host_only_interface, nil, []
|
29
|
+
function :attach_to_vde, nil, []
|
30
|
+
function :detach, nil, []
|
31
|
+
end
|
32
|
+
end
|
33
|
+
end
|
34
|
+
end
|
35
|
+
end
|
@@ -0,0 +1,23 @@
|
|
1
|
+
module VirtualBox
|
2
|
+
module COM
|
3
|
+
module Interface
|
4
|
+
module Version_4_0_X
|
5
|
+
class NSIException < AbstractInterface
|
6
|
+
IID = "f3a8d3b4-c424-4edc-8bf6-8974c983ba78"
|
7
|
+
|
8
|
+
property :message, WSTRING, :readonly => true
|
9
|
+
property :result, T_UINT32, :readonly => true
|
10
|
+
property :name, WSTRING, :readonly => true
|
11
|
+
property :filename, WSTRING, :readonly => true
|
12
|
+
property :line_number, T_UINT32, :readonly => true
|
13
|
+
property :column_number, T_UINT32, :readonly => true
|
14
|
+
property :location, :NSIStackFrame, :readonly => true
|
15
|
+
property :inner, :NSIException, :readonly => true
|
16
|
+
property :data, :NSISupports, :readonly => true
|
17
|
+
|
18
|
+
function :to_string, WSTRING, []
|
19
|
+
end
|
20
|
+
end
|
21
|
+
end
|
22
|
+
end
|
23
|
+
end
|
@@ -0,0 +1,15 @@
|
|
1
|
+
module VirtualBox
|
2
|
+
module COM
|
3
|
+
module Interface
|
4
|
+
module Version_4_0_X
|
5
|
+
# This interface is actually only used with the FFI implementer but
|
6
|
+
# is created here to allow easier usage with the FFI abstractions.
|
7
|
+
class NSISupports < AbstractInterface
|
8
|
+
function :QueryInterface, :pointer, [:pointer]
|
9
|
+
function :AddRef, nil, []
|
10
|
+
function :Release, nil, []
|
11
|
+
end
|
12
|
+
end
|
13
|
+
end
|
14
|
+
end
|
15
|
+
end
|
@@ -0,0 +1,17 @@
|
|
1
|
+
module VirtualBox
|
2
|
+
module COM
|
3
|
+
module Interface
|
4
|
+
module Version_4_0_X
|
5
|
+
class ParallelPort < AbstractInterface
|
6
|
+
IID = "0c925f06-dd10-4b77-8de8-294d738c3214"
|
7
|
+
|
8
|
+
property :slot, T_UINT32, :readonly => true
|
9
|
+
property :enabled, T_BOOL
|
10
|
+
property :io_base, T_UINT32
|
11
|
+
property :irq, T_UINT32
|
12
|
+
property :path, WSTRING
|
13
|
+
end
|
14
|
+
end
|
15
|
+
end
|
16
|
+
end
|
17
|
+
end
|
@@ -0,0 +1,64 @@
|
|
1
|
+
module VirtualBox
|
2
|
+
module COM
|
3
|
+
module Interface
|
4
|
+
module Version_4_0_X
|
5
|
+
class Progress < AbstractInterface
|
6
|
+
IID = "856aa038-853f-42e2-acf7-6e7b02dbe294"
|
7
|
+
|
8
|
+
property :id, WSTRING, :readonly => true
|
9
|
+
property :description, WSTRING, :readonly => true
|
10
|
+
property :initiator, :NSISupports, :readonly => true
|
11
|
+
property :cancelable, T_BOOL, :readonly => true
|
12
|
+
property :percent, T_UINT32, :readonly => true
|
13
|
+
property :time_remaining, T_INT32, :readonly => true
|
14
|
+
property :completed, T_BOOL, :readonly => true
|
15
|
+
property :canceled, T_BOOL, :readonly => true
|
16
|
+
property :result_code, T_INT32, :readonly => true
|
17
|
+
property :error_info, :VirtualBoxErrorInfo, :readonly => true
|
18
|
+
property :operation_count, T_UINT32, :readonly => true
|
19
|
+
property :operation, T_UINT32, :readonly => true
|
20
|
+
property :operation_description, WSTRING, :readonly => true
|
21
|
+
property :operation_percent, T_UINT32, :readonly => true
|
22
|
+
property :operation_weight, T_UINT32, :readonly => true
|
23
|
+
property :timeout, T_UINT32
|
24
|
+
|
25
|
+
function :set_current_operation_progress, nil, [T_UINT32]
|
26
|
+
function :set_next_operation, nil, [WSTRING, T_UINT32]
|
27
|
+
function :wait_for_completion, nil, [T_INT32]
|
28
|
+
function :wait_for_operation_completion, nil, [T_UINT32, T_INT32]
|
29
|
+
function :cancel, nil, []
|
30
|
+
|
31
|
+
# This method blocks the execution while the operations represented
|
32
|
+
# by this {Progress} object execute, but yields a block every `x`
|
33
|
+
# percent (interval given in parameters).
|
34
|
+
def wait(interval_percent=1)
|
35
|
+
# If no block is given we just wait until completion, not worrying
|
36
|
+
# about tracking percentages.
|
37
|
+
if !block_given?
|
38
|
+
wait_for_completion(-1)
|
39
|
+
return
|
40
|
+
end
|
41
|
+
|
42
|
+
# Initial value forces the 0% yield
|
43
|
+
last_reported = -100
|
44
|
+
|
45
|
+
while true
|
46
|
+
delta = percent - last_reported
|
47
|
+
last_reported += delta
|
48
|
+
yield self if delta >= interval_percent
|
49
|
+
|
50
|
+
# This either sleeps for half a second or returns on
|
51
|
+
# completion
|
52
|
+
wait_for_completion(500)
|
53
|
+
|
54
|
+
break if completed || canceled
|
55
|
+
|
56
|
+
# Pass off execution so other threads can run
|
57
|
+
Thread.pass
|
58
|
+
end
|
59
|
+
end
|
60
|
+
end
|
61
|
+
end
|
62
|
+
end
|
63
|
+
end
|
64
|
+
end
|
@@ -0,0 +1,19 @@
|
|
1
|
+
module VirtualBox
|
2
|
+
module COM
|
3
|
+
module Interface
|
4
|
+
module Version_4_0_X
|
5
|
+
class SerialPort < AbstractInterface
|
6
|
+
IID = "937f6970-5103-4745-b78e-d28dcf1479a8"
|
7
|
+
|
8
|
+
property :slot, T_UINT32, :readonly => true
|
9
|
+
property :enabled, T_BOOL
|
10
|
+
property :io_base, T_UINT32
|
11
|
+
property :irq, T_UINT32
|
12
|
+
property :host_mode, :PortMode
|
13
|
+
property :server, T_BOOL
|
14
|
+
property :path, WSTRING
|
15
|
+
end
|
16
|
+
end
|
17
|
+
end
|
18
|
+
end
|
19
|
+
end
|
@@ -0,0 +1,18 @@
|
|
1
|
+
module VirtualBox
|
2
|
+
module COM
|
3
|
+
module Interface
|
4
|
+
module Version_4_0_X
|
5
|
+
class Session < AbstractInterface
|
6
|
+
IID_STR = "12F4DCDB-12B2-4EC1-B7CD-DDD9F6C5BF4D"
|
7
|
+
|
8
|
+
property :state, :SessionState, :readonly => true
|
9
|
+
property :type, :SessionType, :readonly => true
|
10
|
+
property :machine, :Machine, :readonly => true
|
11
|
+
property :console, :Console, :readonly => true
|
12
|
+
|
13
|
+
function :unlock_machine, nil, []
|
14
|
+
end
|
15
|
+
end
|
16
|
+
end
|
17
|
+
end
|
18
|
+
end
|
@@ -0,0 +1,17 @@
|
|
1
|
+
module VirtualBox
|
2
|
+
module COM
|
3
|
+
module Interface
|
4
|
+
module Version_4_0_X
|
5
|
+
class SharedFolder < AbstractInterface
|
6
|
+
IID = "64637bb2-9e17-471c-b8f3-f8968dd9884e"
|
7
|
+
|
8
|
+
property :name, WSTRING, :readonly => true
|
9
|
+
property :host_path, WSTRING, :readonly => true
|
10
|
+
property :accessible, T_BOOL, :readonly => true
|
11
|
+
property :writable, T_BOOL, :readonly => true
|
12
|
+
property :last_access_error, WSTRING, :readonly => true
|
13
|
+
end
|
14
|
+
end
|
15
|
+
end
|
16
|
+
end
|
17
|
+
end
|
@@ -0,0 +1,20 @@
|
|
1
|
+
module VirtualBox
|
2
|
+
module COM
|
3
|
+
module Interface
|
4
|
+
module Version_4_0_X
|
5
|
+
class Snapshot < AbstractInterface
|
6
|
+
IID = "1a2d0551-58a4-4107-857e-ef414fc42ffc"
|
7
|
+
|
8
|
+
property :id, WSTRING, :readonly => true
|
9
|
+
property :name, WSTRING
|
10
|
+
property :description, WSTRING
|
11
|
+
property :time_stamp, T_INT64, :readonly => true
|
12
|
+
property :online, T_BOOL, :readonly => true
|
13
|
+
property :machine, :Machine, :readonly => true
|
14
|
+
property :parent, :Snapshot, :readonly => true
|
15
|
+
property :children, [:Snapshot], :readonly => true
|
16
|
+
end
|
17
|
+
end
|
18
|
+
end
|
19
|
+
end
|
20
|
+
end
|