VirtualBox

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


Ignore:
Timestamp:
Oct 15, 2009 3:00:47 PM (15 years ago)
Author:
vboxsync
Message:

Main,VMM,Frontends,++: Teminology. Added a bind address for the (target) teleporter.

File:
1 edited

Legend:

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

    r23791 r23801  
    473473  <enum
    474474    name="MachineState"
    475     uuid="f532545d-9ae7-4402-8b5f-1ea7d778cfc7"
     475    uuid="0f4cc50c-e1cc-4cde-ae7a-e6164bac5ba2"
    476476  >
    477477    <desc>
     
    673673      </desc>
    674674    </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.
    678678      </desc>
    679679    </const>
     
    778778      <desc>
    779779        This setting determines whether VirtualBox will expose a synthetic CPU to the guest to allow
    780         live migration between host systems that differ significantly.
     780        teleporting between host systems that differ significantly.
    781781      </desc>
    782782    </const>
     
    40724072  <interface
    40734073     name="IMachine" extends="$unknown"
    4074      uuid="e8e1c6a9-679e-4a73-a1e5-d9a81027fbda"
     4074     uuid="d867a463-0f78-4ec7-a876-8da001464537"
    40754075     wsmap="managed"
    40764076     >
     
    45284528    </attribute>
    45294529
    4530     <attribute name="liveMigrationTarget" type="boolean">
    4531       <desc>
    4532         When set to @a true, the virtual machine becomes a live migration
    4533         target.  This can only set to @a true when the VM is in the @a
    4534         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.
    45354535
    45364536        This property is automatically set to @a false when the VM is powered
     
    45394539    </attribute>
    45404540
    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.
    45554564      </desc>
    45564565    </attribute>
     
    60796088  <interface
    60806089     name="IConsole" extends="$unknown"
    6081      uuid="c47486e1-3d99-4212-b1c5-86451978999d"
     6090     uuid="03312360-0364-4b7a-ad71-1a8450133774"
    60826091     wsmap="managed"
    60836092     >
     
    68176826    </method>
    68186827
    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.
    68226831
    68236832        TODO explain the details.
     
    68286837      </desc>
    68296838      <param name="hostname" type="wstring" dir="in">
    6830         <desc>The name or IP of the host to migrate to.</desc>
     6839        <desc>The name or IP of the host to teleport to.</desc>
    68316840      </param>
    68326841      <param name="tcpport" type="unsigned long" dir="in">
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