Index: /trunk/src/VBox/Main/idl/VirtualBox.xidl
===================================================================
--- /trunk/src/VBox/Main/idl/VirtualBox.xidl	(revision 86552)
+++ /trunk/src/VBox/Main/idl/VirtualBox.xidl	(revision 86553)
@@ -27699,4 +27699,24 @@
     </attribute>
 
+    <method name="readCloudMachineStubList">
+      <desc>
+        Make the list of cloud machine stubs available via
+        <link to="#cloudMachineStubList"/> attribute.
+        Like with <link to="#getCloudMachine"/>, the returned machines
+        are initiatally inaccessible and require a refresh to get
+        their data from the cloud.
+      </desc>
+      <param name="progress" type="IProgress" dir="return">
+        <desc>
+          Progress object to track the operation completion.
+        </desc>
+      </param>
+    </method>
+    <attribute name="cloudMachineStubList" type="ICloudMachine" safearray="yes" readonly="yes">
+      <desc>
+        See <link to="#readCloudMachineStubList"/>.
+      </desc>
+    </attribute>
+
     <method name="addCloudMachine">
       <desc>
