Changeset 67896 in vbox for trunk/src/VBox/Main
- Timestamp:
- Jul 11, 2017 7:57:11 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r67895 r67896 3767 3767 <interface 3768 3768 name="IUnattended" extends="$unknown" 3769 uuid=" 2fb5b9e2-2fe6-4e60-e066-862fbafb1e9f"3769 uuid="41d87758-ec4a-495a-670a-35d9b1dff2a8" 3770 3770 wsmap="managed" 3771 3771 reservedMethods="4" reservedAttributes="16" … … 3780 3780 </desc> 3781 3781 3782 <attribute name="group" type="wstring">3783 <desc>3784 A group this VM belongs to.3785 </desc>3786 </attribute>3787 3788 3782 <attribute name="isoPath" type="wstring"> 3789 3783 <desc> … … 3794 3788 <attribute name="user" type="wstring"> 3795 3789 <desc> 3796 Assign an user name.3790 Assign an user login name. 3797 3791 </desc> 3798 3792 </attribute> … … 3802 3796 Assign a password to the user. The password is the same for both 3803 3797 normal user and for Administrator / 'root' accounts. 3798 </desc> 3799 </attribute> 3800 3801 <attribute name="fullUserName" type="wstring"> 3802 <desc> 3803 The full name of the user. This is optional and defaults to 3804 <link to="IUnattended::user"/>. Please note that not all guests picks 3805 up this attribute. 3804 3806 </desc> 3805 3807 </attribute>
Note:
See TracChangeset
for help on using the changeset viewer.