VirtualBox

Ignore:
Timestamp:
Jun 18, 2019 3:41:43 PM (5 years ago)
Author:
vboxsync
Message:

OCI: Declarations and stubs for ICloudClient::launchVM and
getLaunchDescriptionForm that goes with it.

File:
1 edited

Legend:

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

    r79133 r79216  
    2599125991  <interface
    2599225992    name="ICloudClient" extends="$unknown"
    25993     uuid="3e5b1c4d-dcf8-401b-954f-39d5fdcf8d75"
     25993    uuid="7b54f41a-91d6-11e9-9c93-b7d487e5e15b"
    2599425994    wsmap="managed" reservedMethods="13" reservedAttributes="8"
    2599525995    >
    25996 
    25997     <method name="exportLaunchVM">
    25998       <desc>
    25999         Exports and optionally launch a VM described in description parameter
    26000       </desc>
    26001       <param name="description" type="IVirtualSystemDescription" dir="in">
    26002         <desc>VirtualSystemDescription object which is describing a machine and all required parameters.</desc>
    26003       </param>
    26004       <param name="progress" type="IProgress" dir="in">
    26005         <desc>Progress object to track the operation completion.</desc>
    26006       </param>
    26007       <param name="virtualBox" type="IVirtualBox" dir="in">
    26008         <desc>Reference to the server-side API root object.</desc>
    26009       </param>
    26010     </method>
    2601125996
    2601225997    <method name="getExportLaunchDescriptionForm">
     
    2602526010        <desc>
    2602626011          An IForm instance for editing the virtual system description.
     26012        </desc>
     26013      </param>
     26014      <param name="progress" type="IProgress" dir="return">
     26015        <desc>
     26016          Progress object to track the operation completion.
     26017        </desc>
     26018      </param>
     26019    </method>
     26020
     26021    <method name="exportLaunchVM">
     26022      <desc>
     26023        Exports and optionally launch a VM described in description parameter
     26024      </desc>
     26025      <param name="description" type="IVirtualSystemDescription" dir="in">
     26026        <desc>VirtualSystemDescription object which is describing a machine and all required parameters.</desc>
     26027      </param>
     26028      <param name="progress" type="IProgress" dir="in">
     26029        <desc>Progress object to track the operation completion.</desc>
     26030      </param>
     26031      <param name="virtualBox" type="IVirtualBox" dir="in">
     26032        <desc>Reference to the server-side API root object.</desc>
     26033      </param>
     26034    </method>
     26035
     26036    <method name="getLaunchDescriptionForm">
     26037      <param name="description" type="IVirtualSystemDescription" dir="in">
     26038        <desc>
     26039          Virtual system description to be edited.
     26040        </desc>
     26041      </param>
     26042      <param name="form" type="IVirtualSystemDescriptionForm" dir="out">
     26043        <desc>
     26044          An IForm instance for editing the virtual system description.
     26045        </desc>
     26046      </param>
     26047      <param name="progress" type="IProgress" dir="return">
     26048        <desc>
     26049          Progress object to track the operation completion.
     26050        </desc>
     26051      </param>
     26052    </method>
     26053
     26054    <method name="launchVM">
     26055      <param name="description" type="IVirtualSystemDescription" dir="in">
     26056        <desc>
     26057          Virtual system description object which describes the
     26058          machine and all required parameters.
    2602726059        </desc>
    2602826060      </param>
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