Class: VBox::NATRedirectEvent
Instance Attribute Summary
Attributes inherited from Base
#ref
Instance Method Summary
collapse
#machine_id
Methods inherited from Event
#set_processed, #source, #type, #wait_processed, #waitable
Methods inherited from Base
#_this, #delete!, #ensure_hash, #initialize, #vbox_class
Constructor Details
This class inherits a constructor from VBox::Base
Instance Method Details
#guest_ip ⇒ Object
30
31
32
|
# File 'lib/virtualbox/classes/events/nat_redirect_event.rb', line 30
def guest_ip
VBox::WebService.send_request(:inat_redirect_event_get_guest_ip, _this)
end
|
#guest_port ⇒ Object
34
35
36
|
# File 'lib/virtualbox/classes/events/nat_redirect_event.rb', line 34
def guest_port
VBox::WebService.send_request(:inat_redirect_event_get_guest_port, _this)
end
|
#host_ip ⇒ Object
22
23
24
|
# File 'lib/virtualbox/classes/events/nat_redirect_event.rb', line 22
def host_ip
VBox::WebService.send_request(:inat_redirect_event_get_host_ip, _this)
end
|
#host_port ⇒ Object
26
27
28
|
# File 'lib/virtualbox/classes/events/nat_redirect_event.rb', line 26
def host_port
VBox::WebService.send_request(:inat_redirect_event_get_host_port, _this)
end
|
#name ⇒ Object
14
15
16
|
# File 'lib/virtualbox/classes/events/nat_redirect_event.rb', line 14
def name
VBox::WebService.send_request(:inat_redirect_event_get_name, _this)
end
|
#proto ⇒ Object
18
19
20
|
# File 'lib/virtualbox/classes/events/nat_redirect_event.rb', line 18
def proto
VBox::WebService.send_request(:inat_redirect_event_get_proto, _this)
end
|
#remove ⇒ Object
10
11
12
|
# File 'lib/virtualbox/classes/events/nat_redirect_event.rb', line 10
def remove
VBox::WebService.send_request(:inat_redirect_event_get_remove, _this)
end
|
#slot ⇒ Object
6
7
8
|
# File 'lib/virtualbox/classes/events/nat_redirect_event.rb', line 6
def slot
VBox::WebService.send_request(:inat_redirect_event_get_slot, _this)
end
|