VirtualBox

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


Ignore:
Timestamp:
Aug 5, 2023 6:02:56 AM (18 months ago)
Author:
vboxsync
Message:

bugref:10493. First draft of cloud instance clone functionality.

File:
1 edited

Legend:

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

    r100772 r100807  
    2997729977    uuid="c2db178a-7485-11ec-aec4-2fbf90681a84"
    2997829978    wsmap="managed"
    29979     reservedMethods="15" reservedAttributes="8"
     29979    reservedMethods="14" reservedAttributes="8"
    2998029980    >
    2998129981
     
    3036130361      <param name="progress" type="IProgress" dir="return">
    3036230362        <desc>Progress object to track the operation completion.</desc>
     30363      </param>
     30364    </method>
     30365
     30366    <method name="cloneInstance">
     30367      <desc>
     30368        Clone cloud virtual machine.
     30369      </desc>
     30370      <param name="uid" type="wstring" dir="in">
     30371        <desc>
     30372          The id of instance in the Cloud that should be cloned.
     30373          Prerequisities:
     30374            The instance must be in the list of VirtualBox cloud machines.
     30375            VirtualBox operates only with those machines which are already
     30376            known.
     30377        </desc>
     30378      </param>
     30379      <param name="newName" type="wstring" dir="in">
     30380        <desc>
     30381          Name for a cloud machine.
     30382        </desc>
     30383      </param>
     30384      <param name="clone" type="ICloudMachine" dir="out">
     30385        <desc>
     30386          Object that represents a cloned cloud machine.
     30387        </desc>
     30388      </param>
     30389      <param name="progress" type="IProgress" dir="return">
     30390        <desc>
     30391          Progress object to track the operation completion.
     30392        </desc>
    3036330393      </param>
    3036430394    </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