VirtualBox

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


Ignore:
Timestamp:
Aug 28, 2012 1:58:40 PM (12 years ago)
Author:
vboxsync
Message:

Main/VirtualBox: final API change, cleans up optional parameters to IVirtualBox::createMachine, preparing for adding more flags.

File:
1 edited

Legend:

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

    r43036 r43041  
    14241424  <interface
    14251425    name="IVirtualBox" extends="$unknown"
    1426     uuid="5c8814a1-2a35-402d-8680-68e5cb4e72aa"
     1426    uuid="3b2f08eb-b810-4715-bee0-bb06b9880ad2"
    14271427    wsmap="managed"
    14281428    >
     
    16641664        used to determine the right subdirectory.</desc>
    16651665      </param>
     1666      <param name="createFlags" type="wstring" dir="in">
     1667        <desc>Machine creation flags, see <link to="#createMachine" /> (optional).</desc>
     1668      </param>
    16661669      <param name="baseFolder" type="wstring" dir="in">
    16671670        <desc>Base machine folder (optional).</desc>
     
    17231726        array.
    17241727
    1725         Optionally, you may specify an UUID of to assign to the created machine.
    1726         However, this is not recommended and you should normally pass an empty
    1727         (@c null) UUID to this method so that a new UUID will be automatically
    1728         generated for every created machine. You can use UUID
    1729         00000000-0000-0000-0000-000000000000 as @c null value.
    1730 
    17311728        <note>
    17321729          There is no way to change the name of the settings file or
     
    17631760        <desc>Guest OS Type ID.</desc>
    17641761      </param>
    1765       <param name="id" type="uuid" mod="string" dir="in">
    1766         <desc>Machine UUID (optional).</desc>
    1767       </param>
    1768       <param name="forceOverwrite" type="boolean" dir="in">
    1769         <desc>If true, an existing machine settings file will be overwritten.</desc>
     1762      <param name="flags" type="wstring" dir="in">
     1763        <desc>
     1764          Additional property parameters, passed as a comma-separated list of
     1765          "name=value" type entries. The following ones are recognized:
     1766          <tt>forceOverwrite=1</tt> to overwrite an existing machine settings
     1767          file, and <tt>UUID=&lt;uuid&gt;</tt> to specify a machine UUID.
     1768        </desc>
    17701769      </param>
    17711770      <param name="machine" type="IMachine" dir="return">
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