virtualbox-ws 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/core_ext/hash.rb +13 -0
- data/lib/core_ext/string.rb +1 -1
- data/lib/virtualbox-ws.rb +1 -0
- data/lib/virtualbox/base.rb +2 -5
- data/lib/virtualbox/classes/additions_facility.rb +0 -2
- data/lib/virtualbox/classes/appliance.rb +3 -5
- data/lib/virtualbox/classes/audio_adapter.rb +0 -2
- data/lib/virtualbox/classes/bandwidth_control.rb +2 -4
- data/lib/virtualbox/classes/bandwidth_group.rb +0 -2
- data/lib/virtualbox/classes/bios_settings.rb +0 -2
- data/lib/virtualbox/classes/console.rb +13 -15
- data/lib/virtualbox/classes/dhcp_server.rb +2 -4
- data/lib/virtualbox/classes/directory.rb +0 -2
- data/lib/virtualbox/classes/display.rb +7 -9
- data/lib/virtualbox/classes/event.rb +1 -3
- data/lib/virtualbox/classes/event_listener.rb +2 -4
- data/lib/virtualbox/classes/event_source.rb +12 -19
- data/lib/virtualbox/classes/events/additions_state_changed_event.rb +0 -3
- data/lib/virtualbox/classes/events/bandwidth_group_changed_event.rb +0 -2
- data/lib/virtualbox/classes/events/can_show_window_event.rb +0 -3
- data/lib/virtualbox/classes/events/clipboard_mode_changed_event.rb +0 -2
- data/lib/virtualbox/classes/events/cpu_changed_event.rb +0 -2
- data/lib/virtualbox/classes/events/cpu_execution_cap_changed_event.rb +0 -2
- data/lib/virtualbox/classes/events/drag_and_drop_mode_changed_event.rb +0 -2
- data/lib/virtualbox/classes/events/event_source_changed_event.rb +0 -2
- data/lib/virtualbox/classes/events/extra_data_can_change_event.rb +0 -2
- data/lib/virtualbox/classes/events/extra_data_changed_event.rb +0 -2
- data/lib/virtualbox/classes/events/guest_keyboard_event.rb +0 -2
- data/lib/virtualbox/classes/events/guest_monitor_changed_event.rb +0 -2
- data/lib/virtualbox/classes/events/guest_mouse_event.rb +0 -2
- data/lib/virtualbox/classes/events/guest_property_changed_event.rb +0 -2
- data/lib/virtualbox/classes/events/host_pci_device_plug_event.rb +0 -2
- data/lib/virtualbox/classes/events/keyboard_leds_changed_event.rb +0 -2
- data/lib/virtualbox/classes/events/machine_data_changed_event.rb +0 -2
- data/lib/virtualbox/classes/events/machine_event.rb +0 -2
- data/lib/virtualbox/classes/events/machine_registered_event.rb +0 -2
- data/lib/virtualbox/classes/events/machine_state_changed_event.rb +0 -2
- data/lib/virtualbox/classes/events/medium_changed_event.rb +0 -2
- data/lib/virtualbox/classes/events/medium_registered_event.rb +0 -2
- data/lib/virtualbox/classes/events/mouse_capability_changed_event.rb +0 -2
- data/lib/virtualbox/classes/events/mouse_pointer_shape_changed_event.rb +0 -2
- data/lib/virtualbox/classes/events/nat_redirect_event.rb +0 -2
- data/lib/virtualbox/classes/events/network_adapter_changed_event.rb +0 -2
- data/lib/virtualbox/classes/events/parallel_port_changed_event.rb +0 -2
- data/lib/virtualbox/classes/events/reusable_event.rb +0 -2
- data/lib/virtualbox/classes/events/runtime_error_event.rb +0 -2
- data/lib/virtualbox/classes/events/serial_port_changed_event.rb +0 -2
- data/lib/virtualbox/classes/events/session_state_changed_event.rb +0 -2
- data/lib/virtualbox/classes/events/shared_folder_changed_event.rb +0 -2
- data/lib/virtualbox/classes/events/show_window_event.rb +0 -2
- data/lib/virtualbox/classes/events/snapshot_changed_event.rb +0 -3
- data/lib/virtualbox/classes/events/snapshot_deleted_event.rb +0 -3
- data/lib/virtualbox/classes/events/snapshot_event.rb +0 -2
- data/lib/virtualbox/classes/events/snapshot_taken_event.rb +0 -3
- data/lib/virtualbox/classes/events/state_changed_event.rb +0 -2
- data/lib/virtualbox/classes/events/storage_controller_changed_event.rb +0 -3
- data/lib/virtualbox/classes/events/storage_device_changed_event.rb +0 -2
- data/lib/virtualbox/classes/events/usb_controller_changed_event.rb +0 -3
- data/lib/virtualbox/classes/events/usb_device_state_changed_event.rb +0 -2
- data/lib/virtualbox/classes/events/v_box_svc_availability_chaged_event.rb +0 -2
- data/lib/virtualbox/classes/events/veto_event.rb +1 -3
- data/lib/virtualbox/classes/events/vrde_server_changed_event.rb +1 -4
- data/lib/virtualbox/classes/events/vrde_server_info_changed_event.rb +1 -4
- data/lib/virtualbox/classes/file.rb +6 -8
- data/lib/virtualbox/classes/fs_obj_info.rb +0 -2
- data/lib/virtualbox/classes/guest.rb +11 -13
- data/lib/virtualbox/classes/guest_directory.rb +0 -3
- data/lib/virtualbox/classes/guest_file.rb +0 -3
- data/lib/virtualbox/classes/guest_fs_obj_info.rb +0 -3
- data/lib/virtualbox/classes/guest_process.rb +0 -3
- data/lib/virtualbox/classes/guest_session.rb +30 -32
- data/lib/virtualbox/classes/host.rb +15 -17
- data/lib/virtualbox/classes/host_network_interface.rb +0 -2
- data/lib/virtualbox/classes/host_usb_device.rb +0 -2
- data/lib/virtualbox/classes/host_usb_device_filter.rb +0 -2
- data/lib/virtualbox/classes/keyboard.rb +2 -4
- data/lib/virtualbox/classes/machine.rb +73 -81
- data/lib/virtualbox/classes/medium.rb +16 -19
- data/lib/virtualbox/classes/medium_format.rb +0 -2
- data/lib/virtualbox/classes/mouse.rb +2 -4
- data/lib/virtualbox/classes/nat_engine.rb +3 -5
- data/lib/virtualbox/classes/network_adapter.rb +3 -5
- data/lib/virtualbox/classes/parallel_port.rb +0 -2
- data/lib/virtualbox/classes/performance_collector.rb +5 -7
- data/lib/virtualbox/classes/performance_metric.rb +0 -2
- data/lib/virtualbox/classes/process.rb +5 -7
- data/lib/virtualbox/classes/progress.rb +6 -10
- data/lib/virtualbox/classes/serial_port.rb +0 -2
- data/lib/virtualbox/classes/session.rb +0 -2
- data/lib/virtualbox/classes/shared_folder.rb +0 -2
- data/lib/virtualbox/classes/snapshot.rb +0 -2
- data/lib/virtualbox/classes/storage_controller.rb +0 -2
- data/lib/virtualbox/classes/system_properties.rb +7 -9
- data/lib/virtualbox/classes/usb_controller.rb +4 -6
- data/lib/virtualbox/classes/usb_device.rb +0 -2
- data/lib/virtualbox/classes/usb_device_filter.rb +0 -2
- data/lib/virtualbox/classes/vfs_explorer.rb +5 -7
- data/lib/virtualbox/classes/virtual_box.rb +18 -20
- data/lib/virtualbox/classes/virtual_box_error_info.rb +0 -2
- data/lib/virtualbox/classes/virtual_system_description.rb +4 -6
- data/lib/virtualbox/classes/vrde_server.rb +2 -4
- data/lib/virtualbox/classes/vrde_server_info.rb +0 -2
- data/lib/virtualbox/classes/websession_manager.rb +3 -3
- data/lib/virtualbox/connection.rb +1 -1
- data/virtualbox-ws.gemspec +1 -1
- metadata +3 -2
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
module VBox
|
|
2
2
|
class Medium < Base
|
|
3
3
|
|
|
4
|
-
attr_reader :ref
|
|
5
|
-
|
|
6
4
|
# Attributes
|
|
7
5
|
|
|
8
6
|
def id
|
|
@@ -114,15 +112,14 @@ module VBox
|
|
|
114
112
|
# Methods
|
|
115
113
|
|
|
116
114
|
def clone_to(args={})
|
|
117
|
-
ensure_hash
|
|
118
|
-
args
|
|
119
|
-
args[:parent] = args[:parent].ref if args.has_key?(:parent) & args[:parent].respond_to?(:ref)
|
|
115
|
+
ensure_hash args
|
|
116
|
+
args.referize! :target, :parent
|
|
120
117
|
VBox::WebService.send_request(:i_medium_clone_to, _this.merge(args))
|
|
121
118
|
end
|
|
122
119
|
|
|
123
120
|
def clone_to_base(args={})
|
|
124
|
-
ensure_hash
|
|
125
|
-
args
|
|
121
|
+
ensure_hash args
|
|
122
|
+
args.referize! :target
|
|
126
123
|
VBox::WebService.send_request(:i_medium_clone_to_base, _this.merge(args))
|
|
127
124
|
end
|
|
128
125
|
|
|
@@ -136,14 +133,14 @@ module VBox
|
|
|
136
133
|
end
|
|
137
134
|
|
|
138
135
|
def create_base_storage(args={})
|
|
139
|
-
ensure_hash
|
|
136
|
+
ensure_hash args
|
|
140
137
|
progress = VBox::WebService.send_request(:i_medium_create_base_storage, _this.merge(args))
|
|
141
138
|
VBox::Progress.new(progress)
|
|
142
139
|
end
|
|
143
140
|
|
|
144
141
|
def create_diff_storage(args={})
|
|
145
|
-
ensure_hash
|
|
146
|
-
args
|
|
142
|
+
ensure_hash args
|
|
143
|
+
args.referize! :target
|
|
147
144
|
progress = VBox::WebService.send_request(:i_medium_create_diff_storage, _this.merge(args))
|
|
148
145
|
VBox::Progress.new(progress)
|
|
149
146
|
end
|
|
@@ -154,17 +151,17 @@ module VBox
|
|
|
154
151
|
end
|
|
155
152
|
|
|
156
153
|
def get_properties(args={})
|
|
157
|
-
ensure_hash
|
|
154
|
+
ensure_hash args
|
|
158
155
|
VBox::WebService.send_request(:i_medium_get_properties, _this.merge(args))
|
|
159
156
|
end
|
|
160
157
|
|
|
161
158
|
def get_property(args={})
|
|
162
|
-
ensure_hash
|
|
159
|
+
ensure_hash args
|
|
163
160
|
VBox::WebService.send_request(:i_medium_get_property, _this.merge(args))
|
|
164
161
|
end
|
|
165
162
|
|
|
166
163
|
def get_snapshot_ids(args={})
|
|
167
|
-
ensure_hash
|
|
164
|
+
ensure_hash args
|
|
168
165
|
VBox::WebService.send_request(:i_medium_get_snapshot_ids, _this.merge(args))
|
|
169
166
|
end
|
|
170
167
|
|
|
@@ -177,8 +174,8 @@ module VBox
|
|
|
177
174
|
end
|
|
178
175
|
|
|
179
176
|
def merge_to(args={})
|
|
180
|
-
ensure_hash
|
|
181
|
-
args
|
|
177
|
+
ensure_hash args
|
|
178
|
+
args.referize! :target
|
|
182
179
|
progress = VBox::WebService.send_request(:i_medium_delete_storage, _this.merge(args))
|
|
183
180
|
VBox::Progress.new(progress)
|
|
184
181
|
end
|
|
@@ -193,23 +190,23 @@ module VBox
|
|
|
193
190
|
end
|
|
194
191
|
|
|
195
192
|
def resize(args={})
|
|
196
|
-
ensure_hash
|
|
193
|
+
ensure_hash args
|
|
197
194
|
progress = VBox::WebService.send_request(:i_medium_resize, _this.merge(args))
|
|
198
195
|
VBox::Progress.new(progress)
|
|
199
196
|
end
|
|
200
197
|
|
|
201
198
|
def set_ids(args={})
|
|
202
|
-
ensure_hash
|
|
199
|
+
ensure_hash args
|
|
203
200
|
VBox::WebService.send_request(:i_medium_set_ids, _this.merge(args))
|
|
204
201
|
end
|
|
205
202
|
|
|
206
203
|
def set_properties(args={})
|
|
207
|
-
ensure_hash
|
|
204
|
+
ensure_hash args
|
|
208
205
|
VBox::WebService.send_request(:i_medium_set_properties, _this.merge(args))
|
|
209
206
|
end
|
|
210
207
|
|
|
211
208
|
def set_property(args={})
|
|
212
|
-
ensure_hash
|
|
209
|
+
ensure_hash args
|
|
213
210
|
VBox::WebService.send_request(:i_medium_set_property, _this.merge(args))
|
|
214
211
|
end
|
|
215
212
|
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
module VBox
|
|
2
2
|
class Mouse < Base
|
|
3
3
|
|
|
4
|
-
attr_reader :ref
|
|
5
|
-
|
|
6
4
|
# Attributes
|
|
7
5
|
|
|
8
6
|
def absolute_supported
|
|
@@ -25,12 +23,12 @@ module VBox
|
|
|
25
23
|
# Methods
|
|
26
24
|
|
|
27
25
|
def put_mouse_event(args={})
|
|
28
|
-
ensure_hash
|
|
26
|
+
ensure_hash args
|
|
29
27
|
VBox::WebService.send_request(:i_mouse_put_mouse_event, _this)
|
|
30
28
|
end
|
|
31
29
|
|
|
32
30
|
def put_mouse_event_absolute(args={})
|
|
33
|
-
ensure_hash
|
|
31
|
+
ensure_hash args
|
|
34
32
|
VBox::WebService.send_request(:i_mouse_put_mouse_event_absolute, _this)
|
|
35
33
|
end
|
|
36
34
|
end
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
module VBox
|
|
2
2
|
class NATEngine < Base
|
|
3
3
|
|
|
4
|
-
attr_reader :ref
|
|
5
|
-
|
|
6
4
|
# Attributes
|
|
7
5
|
|
|
8
6
|
def network
|
|
@@ -86,7 +84,7 @@ module VBox
|
|
|
86
84
|
# Methods
|
|
87
85
|
|
|
88
86
|
def add_redirect(args={})
|
|
89
|
-
ensure_hash
|
|
87
|
+
ensure_hash args
|
|
90
88
|
VBox::WebService.send_request(:inat_engine_add_redirect, _this.merge(args))
|
|
91
89
|
end
|
|
92
90
|
|
|
@@ -95,12 +93,12 @@ module VBox
|
|
|
95
93
|
end
|
|
96
94
|
|
|
97
95
|
def remove_redirect(args={})
|
|
98
|
-
ensure_hash
|
|
96
|
+
ensure_hash args
|
|
99
97
|
VBox::WebService.send_request(:inat_engine_remove_redirect, _this.merge(args))
|
|
100
98
|
end
|
|
101
99
|
|
|
102
100
|
def set_network_settings(args={})
|
|
103
|
-
ensure_hash
|
|
101
|
+
ensure_hash args
|
|
104
102
|
VBox::WebService.send_request(:inat_engine_set_network_settings, _this.merge(args))
|
|
105
103
|
end
|
|
106
104
|
end
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
module VBox
|
|
2
2
|
class NetworkAdapter < Base
|
|
3
3
|
|
|
4
|
-
attr_reader :ref
|
|
5
|
-
|
|
6
4
|
# Attributes
|
|
7
5
|
|
|
8
6
|
def adapter_type
|
|
@@ -154,17 +152,17 @@ module VBox
|
|
|
154
152
|
# Methods
|
|
155
153
|
|
|
156
154
|
def get_properties(args={})
|
|
157
|
-
ensure_hash
|
|
155
|
+
ensure_hash args
|
|
158
156
|
VBox::WebService.send_request(:i_network_adapter_get_properties, _this.merge(args))
|
|
159
157
|
end
|
|
160
158
|
|
|
161
159
|
def get_property(args={})
|
|
162
|
-
ensure_hash
|
|
160
|
+
ensure_hash args
|
|
163
161
|
VBox::WebService.send_request(:i_network_adapter_get_property, _this.merge(args))
|
|
164
162
|
end
|
|
165
163
|
|
|
166
164
|
def set_property(args={})
|
|
167
|
-
ensure_hash
|
|
165
|
+
ensure_hash args
|
|
168
166
|
VBox::WebService.send_request(:i_network_adapter_set_property, _this.merge(args))
|
|
169
167
|
end
|
|
170
168
|
end
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
module VBox
|
|
2
2
|
class PerformanceCollector < Base
|
|
3
3
|
|
|
4
|
-
attr_reader :ref
|
|
5
|
-
|
|
6
4
|
# Attributes
|
|
7
5
|
|
|
8
6
|
def metric_names
|
|
@@ -12,7 +10,7 @@ module VBox
|
|
|
12
10
|
# Methods
|
|
13
11
|
|
|
14
12
|
def disable_metrics(args={})
|
|
15
|
-
ensure_hash
|
|
13
|
+
ensure_hash args
|
|
16
14
|
performance_metrics = VBox::WebService.send_request(:i_performance_collector_disable_metrics, _this.merge(args))
|
|
17
15
|
performance_metrics.map do |performance_metric|
|
|
18
16
|
VBox::PerformanceMatric.new(performance_metric)
|
|
@@ -20,7 +18,7 @@ module VBox
|
|
|
20
18
|
end
|
|
21
19
|
|
|
22
20
|
def enable_metrics(args={})
|
|
23
|
-
ensure_hash
|
|
21
|
+
ensure_hash args
|
|
24
22
|
performance_metrics = VBox::WebService.send_request(:i_performance_collector_enable_metrics, _this.merge(args))
|
|
25
23
|
performance_metrics.map do |performance_metric|
|
|
26
24
|
VBox::PerformanceMatric.new(performance_metric)
|
|
@@ -28,7 +26,7 @@ module VBox
|
|
|
28
26
|
end
|
|
29
27
|
|
|
30
28
|
def get_metrics(args={})
|
|
31
|
-
ensure_hash
|
|
29
|
+
ensure_hash args
|
|
32
30
|
performance_metrics = VBox::WebService.send_request(:i_performance_collector_get_metrics, _this.merge(args))
|
|
33
31
|
performance_metrics.map do |performance_metric|
|
|
34
32
|
VBox::PerformanceMatric.new(performance_metric)
|
|
@@ -36,12 +34,12 @@ module VBox
|
|
|
36
34
|
end
|
|
37
35
|
|
|
38
36
|
def query_metrics_data(args={})
|
|
39
|
-
ensure_hash
|
|
37
|
+
ensure_hash args
|
|
40
38
|
VBox::WebService.send_request(:i_performance_collector_query_metrics_data, _this.merge(args))
|
|
41
39
|
end
|
|
42
40
|
|
|
43
41
|
def setup_metrics(args={})
|
|
44
|
-
ensure_hash
|
|
42
|
+
ensure_hash args
|
|
45
43
|
performance_metrics = VBox::WebService.send_request(:i_performance_collector_setup_metrics, _this.merge(args))
|
|
46
44
|
performance_metrics.map do |performance_metric|
|
|
47
45
|
VBox::PerformanceMatric.new(performance_metric)
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
module VBox
|
|
2
2
|
class Process < Base
|
|
3
3
|
|
|
4
|
-
attr_reader :ref
|
|
5
|
-
|
|
6
4
|
# Attributes
|
|
7
5
|
|
|
8
6
|
def pid
|
|
@@ -36,7 +34,7 @@ module VBox
|
|
|
36
34
|
# Methods
|
|
37
35
|
|
|
38
36
|
def read(args={})
|
|
39
|
-
ensure_hash
|
|
37
|
+
ensure_hash args
|
|
40
38
|
VBox::WebService.send_request(:i_process_read, _this.merge(args))
|
|
41
39
|
end
|
|
42
40
|
|
|
@@ -45,22 +43,22 @@ module VBox
|
|
|
45
43
|
end
|
|
46
44
|
|
|
47
45
|
def wait_for(args={})
|
|
48
|
-
ensure_hash
|
|
46
|
+
ensure_hash args
|
|
49
47
|
VBox::WebService.send_request(:i_process_wait_for, _this.merge(args))
|
|
50
48
|
end
|
|
51
49
|
|
|
52
50
|
def wait_for_array(args={})
|
|
53
|
-
ensure_hash
|
|
51
|
+
ensure_hash args
|
|
54
52
|
VBox::WebService.send_request(:i_process_wait_for_array, _this.merge(args))
|
|
55
53
|
end
|
|
56
54
|
|
|
57
55
|
def write(args={})
|
|
58
|
-
ensure_hash
|
|
56
|
+
ensure_hash args
|
|
59
57
|
VBox::WebService.send_request(:i_process_write, _this.merge(args))
|
|
60
58
|
end
|
|
61
59
|
|
|
62
60
|
def write_array(args={})
|
|
63
|
-
ensure_hash
|
|
61
|
+
ensure_hash args
|
|
64
62
|
VBox::WebService.send_request(:i_process_write_array, _this.merge(args))
|
|
65
63
|
end
|
|
66
64
|
end
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
module VBox
|
|
2
2
|
class Progress < Base
|
|
3
3
|
|
|
4
|
-
attr_reader :ref
|
|
5
|
-
|
|
6
4
|
# Attributes
|
|
7
5
|
|
|
8
6
|
def id
|
|
@@ -81,30 +79,28 @@ module VBox
|
|
|
81
79
|
end
|
|
82
80
|
|
|
83
81
|
def set_current_operation_progress(args={})
|
|
84
|
-
ensure_hash
|
|
82
|
+
ensure_hash args
|
|
85
83
|
VBox::WebService.send_request(:i_progress_set_current_operation_progress, _this.merge(args))
|
|
86
84
|
end
|
|
87
85
|
|
|
88
86
|
def set_next_operation(args={})
|
|
89
|
-
ensure_hash
|
|
87
|
+
ensure_hash args
|
|
90
88
|
VBox::WebService.send_request(:i_progress_set_next_operation, _this.merge(args))
|
|
91
89
|
end
|
|
92
90
|
|
|
93
91
|
def wait_for_async_progress_completion(args={})
|
|
94
|
-
ensure_hash
|
|
95
|
-
|
|
96
|
-
args[:p_progress_async] = args[:p_progress_async].ref
|
|
97
|
-
end
|
|
92
|
+
ensure_hash args
|
|
93
|
+
args.referize! :p_progress_async
|
|
98
94
|
VBox::WebService.send_request(:i_progress_wait_for_async_progress_completion, _this.merge(args))
|
|
99
95
|
end
|
|
100
96
|
|
|
101
97
|
def wait_for_completion(args={})
|
|
102
|
-
ensure_hash
|
|
98
|
+
ensure_hash args
|
|
103
99
|
VBox::WebService.send_request(:i_progress_wait_for_completion, _this.merge(args))
|
|
104
100
|
end
|
|
105
101
|
|
|
106
102
|
def wait_for_operation_completion(args={})
|
|
107
|
-
ensure_hash
|
|
103
|
+
ensure_hash args
|
|
108
104
|
VBox::WebService.send_request(:i_progress_wait_for_operation_completion, _this.merge(args))
|
|
109
105
|
end
|
|
110
106
|
end
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
module VBox
|
|
2
2
|
class SystemProperties < Base
|
|
3
3
|
|
|
4
|
-
attr_reader :ref
|
|
5
|
-
|
|
6
4
|
# Attributes
|
|
7
5
|
|
|
8
6
|
def min_guest_ram
|
|
@@ -171,38 +169,38 @@ module VBox
|
|
|
171
169
|
# Methods
|
|
172
170
|
|
|
173
171
|
def get_default_io_cache_setting_for_storage_controller(args={})
|
|
174
|
-
ensure_hash
|
|
172
|
+
ensure_hash args
|
|
175
173
|
VBox::WebService.send_request(:i_system_properties_get_default_io_cache_setting_for_storage_controller,
|
|
176
174
|
_this.merge(args))
|
|
177
175
|
end
|
|
178
176
|
|
|
179
177
|
def get_device_types_for_storage_bus(args={})
|
|
180
|
-
ensure_hash
|
|
178
|
+
ensure_hash args
|
|
181
179
|
VBox::WebService.send_request(:i_system_properties_get_device_types_for_storage_bus, _this.merge(args))
|
|
182
180
|
end
|
|
183
181
|
|
|
184
182
|
def get_max_instances_of_storage_bus(args={})
|
|
185
|
-
ensure_hash
|
|
183
|
+
ensure_hash args
|
|
186
184
|
VBox::WebService.send_request(:i_system_properties_get_max_instances_of_storage_bus, _this.merge(args))
|
|
187
185
|
end
|
|
188
186
|
|
|
189
187
|
def get_max_network_adapters(args={})
|
|
190
|
-
ensure_hash
|
|
188
|
+
ensure_hash args
|
|
191
189
|
VBox::WebService.send_request(:i_system_properties_get_max_network_adapters, _this.merge(args))
|
|
192
190
|
end
|
|
193
191
|
|
|
194
192
|
def get_max_network_adapters_of_type(args={})
|
|
195
|
-
ensure_hash
|
|
193
|
+
ensure_hash args
|
|
196
194
|
VBox::WebService.send_request(:i_system_properties_get_max_network_adapters_of_type, _this.merge(args))
|
|
197
195
|
end
|
|
198
196
|
|
|
199
197
|
def get_max_port_count_for_storage_bus(args={})
|
|
200
|
-
ensure_hash
|
|
198
|
+
ensure_hash args
|
|
201
199
|
VBox::WebService.send_request(:i_system_properties_get_max_port_count_for_storage_bus, _this.merge(args))
|
|
202
200
|
end
|
|
203
201
|
|
|
204
202
|
def get_min_port_count_for_storage_bus(args={})
|
|
205
|
-
ensure_hash
|
|
203
|
+
ensure_hash args
|
|
206
204
|
VBox::WebService.send_request(:i_system_properties_get_min_port_count_for_storage_bus, _this.merge(args))
|
|
207
205
|
end
|
|
208
206
|
end
|