VirtualBox

Changeset 27911 in vbox


Ignore:
Timestamp:
Mar 31, 2010 2:53:24 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
59601
Message:

API: line breaks and some more comments

File:
1 edited

Legend:

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

    r27898 r27911  
    1402514025     wsmap="managed"
    1402614026     >
    14027     <desc>Interface for managing a NAT engine which is used with a virtual machine. This allows for changing
    14028       NAT behavior such as port-forwarding rules. This interface is used in the <link to="INetworkAdapter::natDriver" /> attribute.</desc>
     14027     <desc>Interface for managing a NAT engine which is used with a virtual machine. This
     14028       allows for changing NAT behavior such as port-forwarding rules. This interface is
     14029       used in the <link to="INetworkAdapter::natDriver" /> attribute.</desc>
    1402914030    <attribute name="network" type="wstring">
    14030       <desc>The network attribute of the NAT engine (the same value used with built-in DHCP server to fill corresponding fields of DHCP leases).</desc>
     14031      <desc>The network attribute of the NAT engine (the same value is used with built-in
     14032        DHCP server to fill corresponding fields of DHCP leases).</desc>
    1403114033    </attribute>
    1403214034    <attribute name="hostIP" type="wstring">
     
    1403614038    </attribute>
    1403714039    <attribute name="tftpPrefix" type="wstring">
    14038       <desc>TFTP prefix attribute which is used with the built-in DHCP server to fill corresponding fields of DHCP leases.</desc>
     14040      <desc>TFTP prefix attribute which is used with the built-in DHCP server to fill
     14041        the corresponding fields of DHCP leases.</desc>
    1403914042    </attribute>
    1404014043    <attribute name="tftpBootFile" type="wstring">
    14041       <desc>TFTP boot file attribute which is used with the built-in DHCP server to fill corresponding fields of DHCP leases.</desc>
     14044      <desc>TFTP boot file attribute which is used with the built-in DHCP server to fill
     14045        the corresponding fields of DHCP leases.</desc>
    1404214046    </attribute>
    1404314047    <attribute name="tftpNextServer" type="wstring">
    14044       <desc>TFTP server attribute which is used with the built-in DHCP server to fill corresponding fields of DHCP leases.
     14048      <desc>TFTP server attribute which is used with the built-in DHCP server to fill
     14049        the corresponding fields of DHCP leases.
    1404514050        <note>The preferred form is IPv4 addresses.</note>
    1404614051      </desc>
     
    1405014055    </attribute>
    1405114056    <attribute name="dnsProxy" type="boolean">
    14052       <desc>Whether the DHCP server (and the DNS traffic by NAT) should pass the address of the DNS proxy and process traffic using
    14053           DNS servers registerd on the host.</desc>
     14057      <desc>Whether the DHCP server (and the DNS traffic by NAT) should pass the address
     14058        of the DNS proxy and process traffic using DNS servers registerd on the host.</desc>
    1405414059    </attribute>
    1405514060    <attribute name="dnsUseHostResolver" type="boolean">
    14056       <desc>Whether the DHCP server (and the DNS traffic by NAT) should pass the address of the DNS proxy and process traffic using
    14057           the host resolver mechanism.</desc>
     14061      <desc>Whether the DHCP server (and the DNS traffic by NAT) should pass the address
     14062        of the DNS proxy and process traffic using the host resolver mechanism.</desc>
    1405814063    </attribute>
    1405914064    <attribute name="redirects" type="wstring" readonly="yes" safearray="yes">
    14060       <desc>Array of NAT port-forwarding rules in string representation, in the following format: "name,protocol id,host ip,host port,guest ip,guest port".</desc>
     14065      <desc>Array of NAT port-forwarding rules in string representation, in the following
     14066        format: "name,protocol id,host ip,host port,guest ip,guest port".</desc>
    1406114067    </attribute>
    1406214068    <method name="setNetworkSettings">
    1406314069      <desc>Sets network configuration of the NAT engine.</desc>
    1406414070      <param name="mtu" type="unsigned long" dir="in">
    14065         <desc>MTU of the NAT engine.</desc>
     14071        <desc>MTU (maximum transmission unit) of the NAT engine in bytes.</desc>
    1406614072      </param>
    1406714073      <param name="sockSnd" type="unsigned long" dir="in">
    14068         <desc>Capacity of the socket send buffer when creating a new socket.</desc>
     14074        <desc>Capacity of the socket send buffer in bytes when creating a new socket.</desc>
    1406914075      </param>
    1407014076      <param name="sockRcv" type="unsigned long" dir="in">
    14071         <desc>Capacity of the socket receive buffer when creating a new socket.</desc>
     14077        <desc>Capacity of the socket receive buffer in bytes when creating a new socket.</desc>
    1407214078      </param>
    1407314079      <param name="TcpWndSnd" type="unsigned long" dir="in">
    14074         <desc>Initial size of the NAT engine's sending TCP window when establishing a new TCP connection.</desc>
     14080        <desc>Initial size of the NAT engine's sending TCP window in bytes when
     14081          establishing a new TCP connection.</desc>
    1407514082      </param>
    1407614083      <param name="TcpWndRcv" type="unsigned long" dir="in">
    14077         <desc>Initial size of the NAT engine's receiving TCP window when establishing a new TCP connection.</desc>
     14084        <desc>Initial size of the NAT engine's receiving TCP window in bytes when
     14085          establishing a new TCP connection.</desc>
    1407814086      </param>
    1407914087    </method>
    1408014088    <method name="getNetworkSettings">
    14081       <desc>Returns network configuration of NAT engine. See <link to="#setNetworkSettings" /> for parameter descriptions.</desc>
     14089      <desc>Returns network configuration of NAT engine. See <link to="#setNetworkSettings" />
     14090        for parameter descriptions.</desc>
    1408214091      <param name="mtu" type="unsigned long" dir="out" />
    1408314092      <param name="sockSnd" type="unsigned long" dir="out" />
     
    1408914098        <desc>Adds a new NAT port-forwarding rule.</desc>
    1409014099        <param name="name" type="wstring" dir="in">
    14091           <desc>The name of the rule. An empty name is acceptable, in which case the NAT engine auto-generates one using the other parameters.</desc>
     14100          <desc>The name of the rule. An empty name is acceptable, in which case the NAT engine
     14101            auto-generates one using the other parameters.</desc>
    1409214102        </param>
    1409314103        <param name="proto" type="NATProtocol" dir="in">
     
    1409514105        </param>
    1409614106        <param name="hostIp" type="wstring" dir="in">
    14097            <desc>IP of the host interface to which the rule should apply. An empty ip address is acceptable, in which case the NAT engine binds the handling socket to any interface.</desc>
     14107          <desc>IP of the host interface to which the rule should apply. An empty ip address is
     14108            acceptable, in which case the NAT engine binds the handling socket to any interface.</desc>
    1409814109        </param>
    1409914110        <param name="hostPort" type="unsigned short" dir="in">
     
    1410114112        </param>
    1410214113        <param name="guestIp" type="wstring" dir="in">
    14103           <desc>The IP address of the guest which the NAT engine will forward matching packets to. An empty IP address is acceptable, in which case the NAT engine will forward packets to the first DHCP lease (x.x.x.15).</desc>
     14114          <desc>The IP address of the guest which the NAT engine will forward matching packets
     14115            to. An empty IP address is acceptable, in which case the NAT engine will forward
     14116            packets to the first DHCP lease (x.x.x.15).</desc>
    1410414117        </param>
    1410514118        <param name="guestPort" type="unsigned short" dir="in">
Note: See TracChangeset for help on using the changeset viewer.

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