VirtualBox

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


Ignore:
Timestamp:
Jan 15, 2018 10:13:41 AM (7 years ago)
Author:
vboxsync
Message:

bugref:8345. First draft of move VM feature. There are some issues but base logic should stay the same. This code hasn't been built on Windows OSes yet.

File:
1 edited

Legend:

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

    r70228 r70582  
    47764776  <interface
    47774777    name="IMachine" extends="$unknown"
    4778     uuid="85cd948e-a71f-4289-281e-0ca7ad48cd89"
     4778    uuid="fecae8e8-46da-44cf-8fc0-2ba9aeb796a7"
    47794779    wsmap="managed"
    47804780    wrap-hint-server-addinterfaces="IInternalMachineControl"
     
    79777977        <desc>Options for the cloning operation.</desc>
    79787978      </param>
     7979      <param name="progress" type="IProgress" dir="return">
     7980        <desc>Progress object to track the operation completion.</desc>
     7981      </param>
     7982    </method>
     7983
     7984    <method name="moveTo">
     7985      <desc>
     7986        Move machine on to new place/folder
     7987        <result name="E_INVALIDARG">
     7988          @a target is @c null.
     7989        </result>
     7990      </desc>
     7991
     7992      <param name="folder" type="wstring" dir="in">
     7993        <desc>Target folder where machine is moved.</desc>
     7994      </param>
     7995
     7996      <param name="type" type="wstring" dir="in">
     7997        <desc>Type of moving.
     7998           Possible values:
     7999                basic - Only the files which belong solely to this machine
     8000                        are moved from the original machine's folder to
     8001                        a new folder.             
     8002        </desc>
     8003      </param>
     8004
    79798005      <param name="progress" type="IProgress" dir="return">
    79808006        <desc>Progress object to track the operation completion.</desc>
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