Sha256: 6aa249d49b66acab82eddea8aaa7000b9b633021549edd10652db60231e95ebc

Contents?: true

Size: 1.02 KB

Versions: 3

Compression:

Stored size: 1.02 KB

Contents

module VirtualBox
  module COM
    module Interface
      module Version_4_1_X
        class NATEngine < AbstractInterface
          IID = "4b286616-eb03-11de-b0fb-1701eca42246"

          property :network, WSTRING
          property :host_ip, WSTRING
          property :tftp_prefix, WSTRING
          property :tftp_boot_file, WSTRING
          property :tftp_next_server, WSTRING
          property :alias_mode, T_UINT32
          property :dns_pass_domain, T_BOOL
          property :dns_proxy, T_BOOL
          property :dns_use_host_resolver, T_BOOL
          property :redirects, [WSTRING], :readonly => true

          function :set_network_settings, nil, [T_UINT32, T_UINT32, T_UINT32, T_UINT32, T_UINT32]
          function :get_network_settings, nil, [[:out, T_UINT32], [:out, T_UINT32], [:out, T_UINT32], [:out, T_UINT32], [:out, T_UINT32]]
          function :add_redirect, nil, [WSTRING, :NATProtocol, WSTRING, T_UINT16, WSTRING, T_UINT16]
          function :remove_redirect, nil, [WSTRING]
        end
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
virtualbox-0.9.2 lib/virtualbox/com/interface/4.1.x/NATEngine.rb
virtualbox-0.9.1 lib/virtualbox/com/interface/4.1.x/NATEngine.rb
virtualbox-0.9.0 lib/virtualbox/com/interface/4.1.x/NATEngine.rb