Index: /trunk/src/VBox/Main/idl/VirtualBox.xidl
===================================================================
--- /trunk/src/VBox/Main/idl/VirtualBox.xidl	(revision 83597)
+++ /trunk/src/VBox/Main/idl/VirtualBox.xidl	(revision 83598)
@@ -26680,5 +26680,5 @@
 
   <interface name="ICloudMachine" extends="$unknown"
-             uuid="1686e906-6fa9-11ea-9211-4f68777c1ecb"
+             uuid="c34a1e0a-74e6-11ea-af3a-07c50a04dd08"
              wsmap="managed"
              reservedMethods="16" reservedAttributes="8">
@@ -26690,4 +26690,21 @@
       <desc>UUID of the cloud machine.</desc>
     </attribute>
+
+    <method name="getSettingsForm">
+      <desc>
+        Obtain a form with settings for this cloud machine.
+        The form is editable.
+      </desc>
+      <param name="form" type="IForm" dir="out">
+        <desc>
+          A form with the cloud machine settings.
+        </desc>
+      </param>
+      <param name="progress" type="IProgress" dir="return">
+        <desc>
+          Progress object to track the operation completion.
+        </desc>
+      </param>
+    </method>
 
     <method name="readState">
