VirtualBox

Changeset 84176 in vbox for trunk/src/VBox/Main/idl


Ignore:
Timestamp:
May 6, 2020 11:32:30 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
137783
Message:

OCI: ICloudMachine::remove - like unregister, but also deletes all
cloud artifacts related to the cloud machine.

File:
1 edited

Legend:

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

    r84153 r84176  
    2669226692
    2669326693  <interface name="ICloudMachine" extends="$unknown"
    26694              uuid="bcc71a82-7b27-11ea-8c77-2b2257f699a6"
     26694             uuid="d8497a14-8fbf-11ea-aa85-2b4d110b053e"
    2669526695             wsmap="managed"
    2669626696             reservedMethods="16" reservedAttributes="8">
     
    2684226842
    2684326843    <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>
    2684426859      <param name="progress" type="IProgress" dir="return">
    2684526860        <desc>
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette