VirtualBox

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


Ignore:
Timestamp:
Aug 3, 2012 9:52:23 AM (12 years ago)
Author:
vboxsync
Message:

Main/VirtualBox+Machine: new API method for getting VMs which are in the given groups, plus a bit of performance tuning/simplification

File:
1 edited

Legend:

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

    r42551 r42569  
    14241424  <interface
    14251425    name="IVirtualBox" extends="$unknown"
    1426     uuid="53789455-fad2-425a-94c8-eb6dc4ceaa05"
     1426    uuid="3b90eded-f061-432f-9e0f-4b53cc7b6fa0"
    14271427    wsmap="managed"
    14281428    >
     
    18371837      <param name="machine" type="IMachine" dir="return">
    18381838        <desc>Machine object, if found.</desc>
     1839      </param>
     1840    </method>
     1841
     1842    <method name="getMachinesByGroups">
     1843      <desc>
     1844        Gets all machine references which are in one of the specified groups.
     1845      </desc>
     1846      <param name="groups" type="wstring" dir="in" safearray="yes">
     1847        <desc>What groups to match. The usual group list rules apply, i.e.
     1848        passing an empty list will match VMs in the toplevel group, likewise
     1849        the empty string.</desc>
     1850      </param>
     1851      <param name="machines" type="IMachine" dir="return" safearray="yes">
     1852        <desc>All machines which matched.</desc>
    18391853      </param>
    18401854    </method>
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