VirtualBox

Changeset 84280 in vbox


Ignore:
Timestamp:
May 12, 2020 8:38:39 PM (5 years ago)
Author:
vboxsync
Message:

OCI: ICloudClient::listBootVolumes

File:
1 edited

Legend:

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

    r84196 r84280  
    2711227112    </method>
    2711327113
     27114    <!-- quick hack -->
     27115    <method name="listBootVolumes" const="yes">
     27116      <desc>
     27117        Returns the list of boot volumes in the Cloud.
     27118      </desc>
     27119      <param name="returnNames" type="IStringArray" dir="out">
     27120        <desc>Boot volume names.</desc>
     27121      </param>
     27122      <param name="returnIds" type="IStringArray" dir="out">
     27123        <desc>Boot volume ids.</desc>
     27124      </param>
     27125      <param name="progress" type="IProgress" dir="return">
     27126        <desc>
     27127          Progress object to track the operation completion.
     27128        </desc>
     27129      </param>
     27130    </method>
     27131
    2711427132    <method name="getInstanceInfo" const="yes">
    2711527133      <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