VirtualBox

Changeset 20031 in vbox


Ignore:
Timestamp:
May 26, 2009 12:23:18 PM (16 years ago)
Author:
vboxsync
Message:

VirtualBox.xidl: changed aVboxValue => aVBoxValue

File:
1 edited

Legend:

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

    r19844 r20031  
    33373337      <link to="VirtualSystemDescriptionType" /> enum value in the array item in aTypes[]. In each case,
    33383338      the array item with the same index in aOvfValues[] will contain the original value as contained
    3339       in the OVF file (just for informational purposes), and the corresponding item in aVboxValues[]
     3339      in the OVF file (just for informational purposes), and the corresponding item in aVBoxValues[]
    33403340      will contain a suggested value to be used for VirtualBox. Depending on the description type,
    33413341      the aExtraConfigValues[] array item may also be used.
     
    33443344      <li>
    33453345        "OS": the guest operating system type. There must be exactly one such array item on import. The
    3346         corresponding item in aVboxValues[] contains the suggested guest operating system for VirtualBox.
     3346        corresponding item in aVBoxValues[] contains the suggested guest operating system for VirtualBox.
    33473347        This will be one of the values listed in <link to="IVirtualBox::guestOSTypes" />. The corresponding
    33483348        item in aOvfValues[] will contain a numerical value that described the operating system in the OVF
     
    33533353        if none is present on import, then an automatic name will be created from the operating system
    33543354        type. The correponding item im aOvfValues[] will contain the suggested virtual machine name
    3355         from the OVF file, and aVboxValues[] will contain a suggestion for a unique VirtualBox
     3355        from the OVF file, and aVBoxValues[] will contain a suggestion for a unique VirtualBox
    33563356        <link to="IMachine" /> name that does not exist yet.
    33573357      </li>
     
    33763376      <li>
    33773377        "HarddiskControllerIDE": an IDE hard disk controller. There can be at most one such item. This
    3378         has no value in aOvfValues[] or aVboxValues[].
     3378        has no value in aOvfValues[] or aVBoxValues[].
    33793379        The matching item in the aRefs[] array will contain an integer that items of the "Harddisk"
    33803380        type can use to specify which hard disk controller a virtual disk should be connected to.
     
    33823382      <li>
    33833383        "HarddiskControllerSATA": an SATA hard disk controller. There can be at most one such item. This
    3384         has no value in aOvfValues[] or aVboxValues[].
     3384        has no value in aOvfValues[] or aVBoxValues[].
    33853385        The matching item in the aRefs[] array will be used as with IDE controllers (see above).
    33863386      </li>
    33873387      <li>
    33883388        "HarddiskControllerSCSI": a SCSI hard disk controller. There can be at most one such item.
    3389         The items in aOvfValues[] and aVboxValues[] will either be "LsiLogic" or "BusLogic".
     3389        The items in aOvfValues[] and aVBoxValues[] will either be "LsiLogic" or "BusLogic".
    33903390        The matching item in the aRefs[] array will be used as with IDE controllers (see above).
    33913391      </li>
     
    33963396        The array item in aOvfValues[] will contain the file specification from the OVF file (without
    33973397        a path since the image file should be in the same location as the OVF file itself), whereas the
    3398         item in aVboxValues[] will contain a qualified path specification to where VirtualBox uses the
     3398        item in aVBoxValues[] will contain a qualified path specification to where VirtualBox uses the
    33993399        hard disk image. This means that on import the image will be copied and converted from the
    34003400        "ovf" location to the "vbox" location; on export, this will be handled the other way round.
     
    34123412      </li>
    34133413      <li>
    3414         "NetworkAdapter": a network adapter. The array item in aVboxValues[] will specify the hardware
     3414        "NetworkAdapter": a network adapter. The array item in aVBoxValues[] will specify the hardware
    34153415        for the network adapter, whereas the array item in aExtraConfigValues[] will have a string
    34163416        of the "type=&lt;X&gt;" format, where &lt;X&gt; must be either "NAT" or "Bridged".
     
    34423442      </param>
    34433443
    3444       <param name="aVboxValues" type="wstring" dir="out" safearray="yes">
     3444      <param name="aVBoxValues" type="wstring" dir="out" safearray="yes">
    34453445        <desc></desc>
    34463446      </param>
     
    34723472      </param>
    34733473
    3474       <param name="aVboxValues" type="wstring" dir="out" safearray="yes">
     3474      <param name="aVBoxValues" type="wstring" dir="out" safearray="yes">
    34753475        <desc></desc>
    34763476      </param>
     
    35143514
    35153515        For the "vbox" and "extra configuration" values, if you pass in the same arrays
    3516         as returned in the aVboxValues and aExtraConfigValues arrays from getDescription(),
     3516        as returned in the aVBoxValues and aExtraConfigValues arrays from getDescription(),
    35173517        the configuration remains unchanged. Please see the documentation for getDescription()
    35183518        for valid configuration values for the individual array item types. If the
     
    35243524      </param>
    35253525
    3526       <param name="aVboxValues" type="wstring" dir="in" safearray="yes">
     3526      <param name="aVBoxValues" type="wstring" dir="in" safearray="yes">
    35273527        <desc></desc>
    35283528      </param>
     
    35453545      </param>
    35463546
    3547       <param name="aVboxValue" type="wstring" dir="in">
     3547      <param name="aVBoxValue" type="wstring" dir="in">
    35483548        <desc></desc>
    35493549      </param>
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