VirtualBox

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


Ignore:
Timestamp:
Apr 10, 2015 2:26:59 PM (10 years ago)
Author:
vboxsync
Message:

Main,FE/VBoxManage: Support exporting machines as appliances which have encrypted disks. Because the OVF standard doesn't support encrypted disks so far we always decrypt exported images which requires the password before starting the export proess

File:
1 edited

Legend:

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

    r55133 r55182  
    29872987  <interface
    29882988    name="IAppliance" extends="$unknown"
    2989     uuid="3059cf9e-25c7-4f0b-9fa5-3c42e441670b"
     2989    uuid="d9432012-2740-499f-b3b3-0991da3679f3"
    29902990    wsmap="managed"
    29912991    >
     
    32403240      <param name="warnings" type="wstring" dir="return" safearray="yes">
    32413241        <desc></desc>
     3242      </param>
     3243    </method>
     3244
     3245    <method name="getPasswordIds">
     3246      <desc>
     3247        Returns a list of password identifiers which must be supplied to import or export
     3248        encrypted virtual machines.
     3249      </desc>
     3250
     3251      <param name="identifiers" type="wstring" dir="return" safearray="yes">
     3252        The list of password identifiers required on success.
     3253      </param>
     3254    </method>
     3255
     3256    <method name="addPasswords">
     3257      <desc>
     3258        Adds a list of passwords required to import or export encrypted virtual
     3259        machines.
     3260      </desc>
     3261
     3262      <param name="identifiers" type="wstring" dir="in" safearray="yes">
     3263        <desc>List of identifiers.</desc>
     3264      </param>
     3265
     3266      <param name="passwords" type="wstring" dir="in" safearray="yes">
     3267        <desc>List of matching passwords.</desc>
    32423268      </param>
    32433269    </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