Changeset 24136 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Oct 28, 2009 12:48:41 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 54055
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r24075 r24136 4059 4059 <interface 4060 4060 name="IMachine" extends="$unknown" 4061 uuid=" db35f17a-179f-4332-91b2-a49d5cfb678c"4061 uuid="37642E74-969A-4590-BD52-390E541F904D" 4062 4062 wsmap="managed" 4063 4063 > … … 4236 4236 </attribute> 4237 4237 4238 <attribute name="hardwareUUID" type="uuid" mod="string"> 4239 <desc> 4240 The UUID presented to the guest via memory tables, hardware and guest 4241 properties. For most VMs this is the same as the @a id, but for VMs 4242 which have been cloned or teleported it may be the same as the source 4243 VM. This latter is because the guest shouldn't notice that it was 4244 cloned or teleported. 4245 </desc> 4246 </attribute> 4247 4238 4248 <attribute name="CPUCount" type="unsigned long"> 4239 4249 <desc>Number of virtual CPUs in the VM.</desc> … … 11947 11957 <attribute name="ports" type="wstring"> 11948 11958 <desc> 11949 VRDP server port numbers. The server will try to bind to one of free ports from the list. 11959 VRDP server port numbers. The server will try to bind to one of free ports from the list. 11950 11960 <note> 11951 11961 This is a string of comma separated TCP port numbers or port number ranges.
Note:
See TracChangeset
for help on using the changeset viewer.