Changeset 23801 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Oct 15, 2009 3:00:47 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r23791 r23801 473 473 <enum 474 474 name="MachineState" 475 uuid=" f532545d-9ae7-4402-8b5f-1ea7d778cfc7"475 uuid="0f4cc50c-e1cc-4cde-ae7a-e6164bac5ba2" 476 476 > 477 477 <desc> … … 673 673 </desc> 674 674 </const> 675 <const name=" MigratingFrom"value="11">676 <desc> 677 Migrating the machine state from another host or process.675 <const name="TeleportingFrom" value="11"> 676 <desc> 677 Teleporting the machine state from another host or process. 678 678 </desc> 679 679 </const> … … 778 778 <desc> 779 779 This setting determines whether VirtualBox will expose a synthetic CPU to the guest to allow 780 live migrationbetween host systems that differ significantly.780 teleporting between host systems that differ significantly. 781 781 </desc> 782 782 </const> … … 4072 4072 <interface 4073 4073 name="IMachine" extends="$unknown" 4074 uuid=" e8e1c6a9-679e-4a73-a1e5-d9a81027fbda"4074 uuid="d867a463-0f78-4ec7-a876-8da001464537" 4075 4075 wsmap="managed" 4076 4076 > … … 4528 4528 </attribute> 4529 4529 4530 <attribute name=" liveMigrationTarget" type="boolean">4531 <desc> 4532 When set to @a true, the virtual machine becomes a live migration4533 t arget. This can only set to @a true when the VM is in the @a4534 PoweredOff or @a Aborted state.4530 <attribute name="teleporterEnabled" type="boolean"> 4531 <desc> 4532 When set to @a true, the virtual machine becomes a target teleporter 4533 the next time it is powered on. This can only set to @a true when the 4534 VM is in the @a PoweredOff or @a Aborted state. 4535 4535 4536 4536 This property is automatically set to @a false when the VM is powered … … 4539 4539 </attribute> 4540 4540 4541 <attribute name="liveMigrationPort" type="unsigned long"> 4542 <desc> 4543 The TCP port used for live migration. This can only be set when the 4544 VM is in the @a PoweredOff state. 4545 4546 0 means the port is automatically selected and the source machine will 4547 have to be told where to connected after the destination has been 4548 started. 4549 </desc> 4550 </attribute> 4551 4552 <attribute name="liveMigrationPassword" type="wstring"> 4553 <desc> 4554 The password the live migration target will check for. 4541 <attribute name="teleporterPort" type="unsigned long"> 4542 <desc> 4543 The TCP port the target teleporter will listen for incoming 4544 teleportations on. 4545 4546 0 means the port is automatically selected upon power on. The actual 4547 value can be read from this property while the machine is waiting for 4548 incoming teleportations. 4549 </desc> 4550 </attribute> 4551 4552 <attribute name="teleporterAddress" type="wstring"> 4553 <desc> 4554 The address the target teleporter will listen on. If set to an empty 4555 string, it will listen on all addresses. 4556 </desc> 4557 </attribute> 4558 4559 <attribute name="teleporterPassword" type="wstring"> 4560 <desc> 4561 The password the to check for on the target teleporter. This is just a 4562 very basic measure to prevent simple hacks and operators accidentally 4563 beaming a virtual machine to the wrong place. 4555 4564 </desc> 4556 4565 </attribute> … … 6079 6088 <interface 6080 6089 name="IConsole" extends="$unknown" 6081 uuid=" c47486e1-3d99-4212-b1c5-86451978999d"6090 uuid="03312360-0364-4b7a-ad71-1a8450133774" 6082 6091 wsmap="managed" 6083 6092 > … … 6817 6826 </method> 6818 6827 6819 <method name=" migrate">6820 <desc> 6821 Migrate the VM to a different host machine.6828 <method name="teleport"> 6829 <desc> 6830 Teleport the VM to a different host machine or process. 6822 6831 6823 6832 TODO explain the details. … … 6828 6837 </desc> 6829 6838 <param name="hostname" type="wstring" dir="in"> 6830 <desc>The name or IP of the host to migrateto.</desc>6839 <desc>The name or IP of the host to teleport to.</desc> 6831 6840 </param> 6832 6841 <param name="tcpport" type="unsigned long" dir="in">
Note:
See TracChangeset
for help on using the changeset viewer.