VirtualBox

Changeset 31226 in vbox


Ignore:
Timestamp:
Jul 29, 2010 5:24:47 PM (14 years ago)
Author:
vboxsync
Message:

Main: fix API documentation inaccuracies

File:
1 edited

Legend:

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

    r31220 r31226  
    65486548
    65496549
    6550         The virtual machine's <link to="IMachine::state">state</link> is changed to "DeletingSnapshot"
    6551         while this operation is in progress.
     6550        The virtual machine's <link to="IMachine::state">state</link> is
     6551        changed to "DeletingSnapshot" or "DeletingSnapshotOnline" while this
     6552        operation is in progress.
    65526553
    65536554        <note>
     
    65596560        </note>
    65606561        <result name="VBOX_E_INVALID_VM_STATE">
    6561           Virtual machine is running.
     6562          The running virtual machine prevents deleting this snapshot. This
     6563          happens only in very specific situations, usually snapshots can be
     6564          deleted without trouble while a VM is running. The error message
     6565          text explains the reason for the failure.
    65626566        </result>
    65636567      </desc>
     
    84658469      <desc>
    84668470        Allow using this medium concurrently by several machines.
    8467         <note>This is a stub value. Not usable until this note is removed.</note>
     8471        <note>Present since VirtualBox 3.2.0, and accepted since 3.2.8.</note>
    84688472      </desc>
    84698473    </const>
     
    85078511    <const name="Diff" value="0x20000">
    85088512      <desc>
    8509         Fixed image. Only allowed for base images.
     8513        Differencing image. Only allowed for child images.
    85108514      </desc>
    85118515    </const>
     
    86708674      <h3>Medium types</h3>
    86718675
    8672       There are three types of medium behavior (see <link to="MediumType" />):
    8673       "normal", "immutable" and "writethrough", represented by the
     8676      There are four types of medium behavior (see <link to="MediumType" />):
     8677      "normal", "immutable", "writethrough" and "shareable", represented by the
    86748678      <link to="#type"/> attribute. The type of the medium defines how the
    86758679      medium is attached to a virtual machine and what happens when a
     
    86968700      using the <link to="#children"/> attribute.
    86978701
    8698       Note that the type of all differencing media is "Normal"; all other
     8702      Note that the type of all differencing media is "normal"; all other
    86998703      values are meaningless for them. Base media may be of any type.
    87008704
     
    87948798            also as designed. This also means that writethrough hard disks cannot
    87958799            have other hard disks linked to them at all.</li>
     8800        <li><b>Shareable</b> hard disks are always attached <b>directly</b>,
     8801            also as designed. This also means that shareable hard disks cannot
     8802            have other hard disks linked to them at all. They behave almost
     8803            like writethrough hard disks, except that shareable hard disks can
     8804            be attached to several virtual machines which are running, allowing
     8805            concurrent accesses. You need special cluster software running in
     8806            the virtual machines to make use of such disks.</li>
    87968807      </ul>
    87978808
Note: See TracChangeset for help on using the changeset viewer.

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