VirtualBox

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


Ignore:
Timestamp:
Mar 30, 2020 12:39:29 PM (5 years ago)
Author:
vboxsync
Message:

OCI: placeholders for ICloudMachine::powerUp and powerDown.

File:
1 edited

Legend:

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

    r83460 r83478  
    2670726707      </desc>
    2670826708    </attribute>
     26709
     26710    <method name="powerUp">
     26711      <desc>
     26712        Start cloud virual machine execution.
     26713      </desc>
     26714      <param name="progress" type="IProgress" dir="return">
     26715        <desc>
     26716          Progress object to track the operation completion.
     26717        </desc>
     26718      </param>
     26719    </method>
     26720
     26721    <method name="powerDown">
     26722      <desc>
     26723        Initiates the power down procedure to stop the virtual machine
     26724        execution.
     26725
     26726        The completion of the power down procedure is tracked using the returned
     26727        IProgress object. After the operation is complete, the machine will go
     26728        to the PoweredOff state.
     26729        <result name="VBOX_E_INVALID_VM_STATE">
     26730          Virtual machine must be Running, to be powered down.
     26731        </result>
     26732      </desc>
     26733      <param name="progress" type="IProgress" dir="return">
     26734        <desc>
     26735        Progress object to track the operation completion.
     26736        </desc>
     26737      </param>
     26738    </method>
     26739
    2670926740  </interface>
    2671026741
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