VirtualBox

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


Ignore:
Timestamp:
Oct 5, 2009 12:45:09 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
53208
Message:

API/SystemProperties: new method to query the maximum instance count for each storage bus

File:
1 edited

Legend:

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

    r23288 r23560  
    72387238     name="ISystemProperties"
    72397239     extends="$unknown"
    7240      uuid="79a8bc4d-24a5-4258-a0a6-8c36f8a68a4b"
     7240     uuid="4b78105a-d066-4eab-ae48-ccb2c0ba5057"
    72417241     wsmap="managed"
    72427242     >
     
    75397539      <param name="maxPortCount" type="unsigned long" dir="return">
    75407540        <desc>The maximum number of ports for the given storage bus.</desc>
     7541      </param>
     7542    </method>
     7543
     7544    <method name="getMaxInstancesOfStorageBus">
     7545      <desc>Returns the maximum number of storage bus instances which
     7546        can be configured for each VM. This corresponds to the number of
     7547        storage controllers one can have.</desc>
     7548
     7549      <param name="bus" type="StorageBus" dir="in">
     7550        <desc>The storage bus type to get the value for.</desc>
     7551      </param>
     7552
     7553      <param name="maxInstances" type="unsigned long" dir="return">
     7554        <desc>The maximum number of instances for the given storage bus.</desc>
    75417555      </param>
    75427556    </method>
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