VirtualBox

Changeset 17275 in vbox for trunk/src/VBox/Main/idl


Ignore:
Timestamp:
Mar 3, 2009 1:28:12 PM (16 years ago)
Author:
vboxsync
Message:

networking API renaming

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r17273 r17275  
    63646364
    63656365  <enum
    6366     name="HostNetworkInterfaceType"
    6367     uuid="763754FA-3246-4539-9590-9E603EDBF706"
     6366    name="HostNetworkInterfaceMediumType"
     6367    uuid="1aa54aaf-2497-45a2-bfb1-8eb225e93d5b"
    63686368  >
    63696369    <desc>
     
    64216421  </enum>
    64226422
     6423  <enum
     6424    name="HostNetworkInterfaceType"
     6425    uuid="4cd97025-b31b-430b-98dd-211e85cf389f"
     6426  >
     6427    <desc>
     6428      Network interface type.
     6429    </desc>
     6430    <const name="Bridged"               value="1"/>
     6431    <const name="HostOnly"              value="2"/>
     6432  </enum>
     6433
    64236434  <interface
    64246435     name="IHostNetworkInterface" extends="$unknown"
    6425      uuid="4fc2445f-fb73-4f55-b3b4-ecee47c7077b"
     6436     uuid="c312bf73-b353-4add-9db7-481b891ec08c"
    64266437     wsmap="managed"
    64276438     >
     
    64606471    </attribute>
    64616472
    6462     <attribute name="type" type="HostNetworkInterfaceType" readonly="yes">
     6473    <attribute name="mediumType" type="HostNetworkInterfaceMediumType" readonly="yes">
    64636474      <desc>Type of protocol encapsulation used.</desc>
    64646475    </attribute>
     
    64686479    </attribute>
    64696480
    6470     <attribute name="real" type="boolean" readonly="yes">
    6471       <desc>True if this is a real interface false
    6472       if this is a Virtualbox Host Adapter interface.</desc>
     6481    <attribute name="interfaceType" type="HostNetworkInterfaceType" readonly="yes">
     6482      <desc>specifies the host interface type.</desc>
    64736483    </attribute>
    64746484  </interface>
     
    64766486  <interface
    64776487     name="IHost" extends="$unknown"
    6478      uuid="234a43b3-66a5-4f15-a2a5-c46dbf4c4508"
     6488     uuid="96128709-69b5-43cc-9393-b3895f3b866a"
    64796489     wsmap="managed"
    64806490     >
     
    66246634
    66256635<if target="midl">
    6626     <method name="createHostNetworkInterface">
    6627       <desc>
    6628         Creates a new adapter for Host Interface Networking.
     6636    <method name="createHostOnlyNetworkInterface">
     6637      <desc>
     6638        Creates a new adapter for Host Only Networking.
    66296639        <result name="E_INVALIDARG">
    66306640          Host network interface @a name already exists.
     
    66476657      </param>
    66486658    </method>
    6649     <method name="removeHostNetworkInterface">
    6650       <desc>
    6651         Removes the given host network interface.
     6659    <method name="removeHostOnlyNetworkInterface">
     6660      <desc>
     6661        Removes the given Host Only Networking interface.
    66526662        <result name="VBOX_E_OBJECT_NOT_FOUND">
    66536663          No host network interface matching @a id found.
     
    68306840      <param name="networkInterface" type="IHostNetworkInterface" dir="return">
    68316841        <desc>Found host network interface object.</desc>
     6842      </param>
     6843    </method>
     6844    <method name="findHostNetworkInterfacesOfType">
     6845      <desc>
     6846        Searches through all host network interfaces and returns a list of interfaces of the specified type
     6847      </desc>
     6848      <param name="type" type="HostNetworkInterfaceType" dir="in">
     6849        <desc>type of the host network interfaces to search for.</desc>
     6850      </param>
     6851      <param name="networkInterfaces" type="IHostNetworkInterface" safearray="yes" dir="return">
     6852        <desc>Found host network interface objects.</desc>
    68326853      </param>
    68336854    </method>
     
    1029010311  <enum
    1029110312    name="NetworkAttachmentType"
    10292     uuid="64e770dc-dd1d-4879-9f12-5bd6bc879b78"
     10313    uuid="44bce1ee-99f7-4e8e-89fc-80597fd9eeaf"
    1029310314  >
    1029410315    <desc>
     
    1030010321    </const>
    1030110322    <const name="NAT"                   value="1"/>
    10302     <const name="HostInterface"         value="2"/>
     10323    <const name="Bridged"               value="2"/>
    1030310324    <const name="Internal"              value="3"/>
    1030410325    <const name="HostOnly"              value="4"/>
     
    1032410345  <interface
    1032510346     name="INetworkAdapter" extends="$unknown"
    10326      uuid="4a1ee64e-6c5f-47dd-acfa-f834d7cb74fb"
     10347     uuid="8eca30de-a883-40ee-b856-aac86f1ec383"
    1032710348     wsmap="managed"
    1032810349     >
     
    1041210433    </method>
    1041310434
    10414     <method name="attachToHostInterface">
    10415       <desc>
    10416         Attach the network adapter to a host interface.
     10435    <method name="attachToBridgedNetwork">
     10436      <desc>
     10437        Attach the network adapter to a bridged host interface.
    1041710438      </desc>
    1041810439    </method>
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette