VirtualBox

Changeset 84092 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Apr 30, 2020 2:50:55 AM (5 years ago)
Author:
vboxsync
Message:

OCI: OCICloudClient::createCloudMachine (name subject to change) -
this is intended to be a replacement for launchVM that also registers
the new instance (like addCloudMachine) and returns an ICloudMachine.
launchVM is kept as is for now (and shares the same implementation).
Work in progress.

File:
1 edited

Legend:

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

    r84031 r84092  
    2687426874  <interface
    2687526875    name="ICloudClient" extends="$unknown"
    26876     uuid="d5028594-5298-11ea-b1c3-47273cccaac7"
     26876    uuid="0eb97f1a-8a78-11ea-9915-2b38b433c62b"
    2687726877    wsmap="managed" reservedMethods="16" reservedAttributes="8"
    2687826878    >
     
    2703727037      <param name="progress" type="IProgress" dir="return">
    2703827038        <desc>Progress object to track the operation completion.</desc>
     27039      </param>
     27040    </method>
     27041
     27042    <method name="createCloudMachine">
     27043      <desc>
     27044        This is transitional method that combines
     27045        <link to="#launchVM"/> and <link to="#addCloudMachine"/>.
     27046      </desc>
     27047      <param name="description" type="IVirtualSystemDescription" dir="in">
     27048        <desc>
     27049          Virtual system description object which describes the
     27050          machine and all required parameters.
     27051        </desc>
     27052      </param>
     27053      <param name="machine" type="ICloudMachine" dir="out">
     27054        <desc>
     27055          Object that represents the newly created cloud machine.
     27056        </desc>
     27057      </param>
     27058      <param name="progress" type="IProgress" dir="return">
     27059        <desc>
     27060          Progress object to track the operation completion.
     27061        </desc>
    2703927062      </param>
    2704027063    </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