Class: VBox::NATRedirectEvent

Inherits:
MachineEvent show all
Defined in:
lib/virtualbox/classes/events/nat_redirect_event.rb

Instance Attribute Summary

Attributes inherited from Base

#ref

Instance Method Summary collapse

Methods inherited from MachineEvent

#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_ipObject



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_portObject



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_ipObject



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_portObject



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

#nameObject



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

#protoObject



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

#removeObject



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

#slotObject

Attributes



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