Sha256: c103443c5e27a3a2b9c8a6ee3860f823c0608598cfccfad5d5d700a74ddd54e3
Contents?: true
Size: 1.25 KB
Versions: 3
Compression:
Stored size: 1.25 KB
Contents
module VirtualBox module COM module Interface module Version_4_1_X class NetworkAdapter < AbstractInterface IID = "65607a27-2b73-4d43-b4cc-0ba2c817fbde" property :adapter_type, :NetworkAdapterType property :slot, T_UINT32, :readonly => true property :enabled, T_BOOL property :mac_address, WSTRING property :attachment_type, :NetworkAttachmentType property :bridged_interface, WSTRING property :host_only_interface, WSTRING property :internal_network, WSTRING property :nat_network, WSTRING property :generic_driver, WSTRING property :cable_connected, T_BOOL property :line_speed, T_UINT32 property :promisc_mode_policy, :NetworkAdapterPromiscModePolicy property :trace_enabled, T_BOOL property :trace_file, WSTRING property :nat_driver, :NATEngine, :readonly => true property :boot_priority, T_UINT32 property :bandwidth_group, :BandwidthGroup function :get_property, WSTRING, [WSTRING] function :set_property, nil, [WSTRING, WSTRING] function :get_properties, [WSTRING], [WSTRING, [:out, WSTRING]] end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems