Index: /trunk/src/VBox/Main/idl/VirtualBox.xidl
===================================================================
--- /trunk/src/VBox/Main/idl/VirtualBox.xidl	(revision 83694)
+++ /trunk/src/VBox/Main/idl/VirtualBox.xidl	(revision 83695)
@@ -26921,4 +26921,23 @@
     </method>
 
+    <method name="getCloudMachine">
+      <desc>
+        Create an object that represents a cloud machine with the
+        specified UUID.  Note that the operation is synchronous.  The
+        returned machine is initiatally in inaccessible state and
+        requires a refresh to get its data from the cloud.
+      </desc>
+      <param name="id" type="uuid" mod="string" dir="in">
+        <desc>
+          UUID of a cloud machine.
+        </desc>
+      </param>
+      <param name="machine" type="ICloudMachine" dir="return">
+        <desc>
+          Object that represents the cloud machine with the specified UUID.
+        </desc>
+      </param>
+    </method>
+
     <method name="readCloudMachineList">
       <desc>
