Changeset 84176 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- May 6, 2020 11:32:30 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 137783
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r84153 r84176 26692 26692 26693 26693 <interface name="ICloudMachine" extends="$unknown" 26694 uuid=" bcc71a82-7b27-11ea-8c77-2b2257f699a6"26694 uuid="d8497a14-8fbf-11ea-aa85-2b4d110b053e" 26695 26695 wsmap="managed" 26696 26696 reservedMethods="16" reservedAttributes="8"> … … 26842 26842 26843 26843 <method name="unregister" wrap-hint-server="limitedcaller,passcaller"> 26844 <desc> 26845 Unregister this cloud machine, but leave the cloud artifacts 26846 intact. 26847 </desc> 26848 <param name="progress" type="IProgress" dir="return"> 26849 <desc> 26850 Progress object to track the operation completion. 26851 </desc> 26852 </param> 26853 </method> 26854 26855 <method name="remove" wrap-hint-server="limitedcaller,passcaller"> 26856 <desc> 26857 Unregister this cloud machine and delete all its cloud artifacts. 26858 </desc> 26844 26859 <param name="progress" type="IProgress" dir="return"> 26845 26860 <desc>
Note:
See TracChangeset
for help on using the changeset viewer.