Changeset 106217 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Oct 4, 2024 6:48:29 AM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r106061 r106217 8979 8979 8980 8980 <method name="unmountMedium"> 8981 <rest name="unmount" request="post" path="/vms/{vmid}/media/ {mediumid}/actions/"/>8981 <rest name="unmount" request="post" path="/vms/{vmid}/media/actions/"/> 8982 8982 <desc> 8983 8983 Unmounts any currently mounted medium (<link to="IMedium" />, … … 9032 9032 9033 9033 <method name="mountMedium"> 9034 <rest name="mount" request="post" path="/vms/{vmid}/media/ {mediumid}/actions/"/>9034 <rest name="mount" request="post" path="/vms/{vmid}/media/actions/"/> 9035 9035 <desc> 9036 9036 Mounts a medium (<link to="IMedium" />, identified … … 9087 9087 9088 9088 <method name="getMedium" const="yes"> 9089 <rest name="find" request="get" path="/vms/{vmid}/media/ {mediumid}/"/>9089 <rest name="find" request="get" path="/vms/{vmid}/media/"/> 9090 9090 <desc> 9091 9091 Returns the virtual medium attached to a device slot of the specified … … 10293 10293 10294 10294 <method name="cloneTo"> 10295 <rest name="clone" request="p ut" path="/vms/{vmid}/actions/"/>10295 <rest name="clone" request="post" path="/vms/{vmid}/actions/"/> 10296 10296 <desc> 10297 10297 Creates a clone of this machine, either as a full clone (which means
Note:
See TracChangeset
for help on using the changeset viewer.