VirtualBox

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


Ignore:
Timestamp:
Mar 19, 2010 1:15:17 PM (15 years ago)
Author:
vboxsync
Message:

Main: fixes for IAppliance docs

File:
1 edited

Legend:

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

    r27391 r27532  
    32863286        Represents a platform-independent appliance in OVF format. An instance of this is returned
    32873287        by <link to="IVirtualBox::createAppliance" />, which can then be used to import and export
    3288         appliances with VirtualBox.
     3288        virtual machines within an appliance with VirtualBox.
    32893289
    32903290        The OVF standard suggests two different physical file formats:
    32913291
    32923292        <ol>
    3293             <li>If the OVF is distributed as a set of files, then @a file must be a fully qualified
    3294                 path name to an existing OVF descriptor file with an <tt>.ovf</tt> file extension. If
    3295                 this descriptor file references other files, as OVF appliances distributed as a set of
    3296                 files most likely do, those files must be in the same directory as the descriptor file.</li>
    3297 
    3298             <li>If the OVF is distributed as a single file, it must be in TAR format and have the
     3293            <li>If the appliance is distributed as a set of files, there must be at least one XML descriptor
     3294                file that conforms to the OVF standard and carries an <tt>.ovf</tt> file extension. If
     3295                this descriptor file references other files such as disk images, as OVF appliances typically
     3296                do, those additional files must be in the same directory as the descriptor file.</li>
     3297
     3298              <li>If the appliance is distributed as a single file, it must be in TAR format and have the
    32993299                <tt>.ova</tt> file extension. This TAR file must then contain at least the OVF descriptor
    33003300                files and optionally other files.
     
    33703370        Array of virtual disk definitions. One such description exists for each
    33713371        disk definition in the OVF; each string array item represents one such piece of
    3372         disk information, with the information fields separated by tab (\\t) characters.
     3372        disk information, with the information fields separated by tab (\t) characters.
    33733373
    33743374        The caller should be prepared for additional fields being appended to
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