VirtualBox

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


Ignore:
Timestamp:
May 18, 2020 3:23:00 AM (5 years ago)
Author:
vboxsync
Message:

OCI: ICloudClient::listSourceBootVolumes - like listBootVolumes but
filters out boot volumes that are not suitable as a source for a new
cloud machine (dying/dead, attached to an instace, already used by a
cloud machine).

While here declare listSourceInstances with the similar intended
semantics, but provide only a stub implementation for now.

File:
1 edited

Legend:

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

    r84290 r84326  
    2688326883  <interface
    2688426884    name="ICloudClient" extends="$unknown"
    26885     uuid="0eb97f1a-8a78-11ea-9915-2b38b433c62b"
     26885    uuid="5b047402-9648-11ea-9aa2-2f60bdea83dd"
    2688626886    wsmap="managed" reservedMethods="16" reservedAttributes="8"
    2688726887    >
     
    2709227092    </method>
    2709327093
     27094    <method name="listSourceInstances" const="yes">
     27095      <desc>
     27096        Returns the list of instances in the cloud that can be
     27097        added/adopted as VirtualBox cloud machines.
     27098      </desc>
     27099      <param name="returnNames" type="IStringArray" dir="out">
     27100        <desc>Instance names.</desc>
     27101      </param>
     27102      <param name="returnIds" type="IStringArray" dir="out">
     27103        <desc>Instance idss.</desc>
     27104      </param>
     27105      <param name="progress" type="IProgress" dir="return">
     27106        <desc>
     27107          Progress object to track the operation completion.
     27108        </desc>
     27109      </param>
     27110    </method>
     27111
    2709427112    <method name="listImages" const="yes">
    2709527113      <desc>
     
    2711627134      <desc>
    2711727135        Returns the list of boot volumes in the Cloud.
     27136      </desc>
     27137      <param name="returnNames" type="IStringArray" dir="out">
     27138        <desc>Boot volume names.</desc>
     27139      </param>
     27140      <param name="returnIds" type="IStringArray" dir="out">
     27141        <desc>Boot volume ids.</desc>
     27142      </param>
     27143      <param name="progress" type="IProgress" dir="return">
     27144        <desc>
     27145          Progress object to track the operation completion.
     27146        </desc>
     27147      </param>
     27148    </method>
     27149
     27150    <method name="listSourceBootVolumes" const="yes">
     27151      <desc>
     27152        Returns the list of boot volumes in the cloud that can be
     27153        added/adopted as VirtualBox cloud machines.
    2711827154      </desc>
    2711927155      <param name="returnNames" type="IStringArray" dir="out">
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