Changeset 98044 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Jan 10, 2023 8:01:32 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 155144
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r98035 r98044 18129 18129 <interface 18130 18130 name="IMedium" extends="$unknown" 18131 uuid=" dbe1d807-5fa1-482f-9121-37b8fd855348"18131 uuid="ad47ad09-787b-44ab-b343-a082a3f2dfb1" 18132 18132 wsmap="managed" 18133 18133 rest="managed" 18134 reservedMethods=" 8" reservedAttributes="12"18134 reservedMethods="7" reservedAttributes="12" 18135 18135 > 18136 18136 <desc> … … 19228 19228 </method> 19229 19229 19230 <method name="resizeAndCloneTo">19231 <rest request="post" path="/mediums/{mediumid}/actions/"/>19232 19233 <desc>19234 This is a helper function that combines the functionality of19235 <link to="IMedium::cloneTo"/> and <link to="IMedium::resize"/>. The target medium will take the19236 contents of the calling medium.19237 <result name="E_NOTIMPL">19238 The specified cloning variant is not supported at the moment.19239 </result>19240 </desc>19241 19242 <param name="target" type="IMedium" dir="in">19243 <desc>Target medium.</desc>19244 </param>19245 <param name="logicalSize" type="long long" dir="in">19246 <desc>New nominal capacity of the medium in bytes.</desc>19247 </param>19248 <param name="variant" type="MediumVariant" safearray="yes" dir="in">19249 <desc>Exact image variant which should be created (as a combination of19250 <link to="MediumVariant" /> flags).</desc>19251 </param>19252 <param name="parent" type="IMedium" dir="in">19253 <desc>Parent of the cloned medium.</desc>19254 </param>19255 <param name="progress" type="IProgress" dir="return">19256 <desc>Progress object to track the operation completion.</desc>19257 </param>19258 </method>19259 19260 19230 <method name="cloneToBase"> 19261 19231 <rest request="post" path="/mediums/{mediumid}/actions/"/> … … 19520 19490 <param name="mediumIO" type="IMediumIO" dir="return"> 19521 19491 <desc>Medium I/O object.</desc> 19492 </param> 19493 </method> 19494 19495 <method name="resizeAndCloneTo"> 19496 <rest request="post" path="/mediums/{mediumid}/actions/"/> 19497 19498 <desc> 19499 This is a helper function that combines the functionality of 19500 <link to="IMedium::cloneTo"/> and <link to="IMedium::resize"/>. The target medium will take the 19501 contents of the calling medium. 19502 <result name="E_NOTIMPL"> 19503 The specified cloning variant is not supported at the moment. 19504 </result> 19505 19506 <note> 19507 Method will be moved to appropriate location at the next major API release. 19508 </note> 19509 </desc> 19510 19511 <param name="target" type="IMedium" dir="in"> 19512 <desc>Target medium.</desc> 19513 </param> 19514 <param name="logicalSize" type="long long" dir="in"> 19515 <desc>New nominal capacity of the medium in bytes.</desc> 19516 </param> 19517 <param name="variant" type="MediumVariant" safearray="yes" dir="in"> 19518 <desc>Exact image variant which should be created (as a combination of 19519 <link to="MediumVariant" /> flags).</desc> 19520 </param> 19521 <param name="parent" type="IMedium" dir="in"> 19522 <desc>Parent of the cloned medium.</desc> 19523 </param> 19524 <param name="progress" type="IProgress" dir="return"> 19525 <desc>Progress object to track the operation completion.</desc> 19522 19526 </param> 19523 19527 </method>
Note:
See TracChangeset
for help on using the changeset viewer.