VirtualBox

Ignore:
Timestamp:
Jul 31, 2019 2:18:34 PM (5 years ago)
Author:
vboxsync
Message:

VMM,Main,++: Retired the unfinished FTM component.

File:
1 edited

Legend:

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

    r79857 r80074  
    628628  <enum
    629629    name="MachineState"
    630     uuid="87f085c3-ca67-4e45-9225-6057f32e9e8e"
     630    uuid="00bc01b5-00a4-48db-000a-9061008357aa"
    631631    >
    632632    <desc>
     
    865865      </desc>
    866866    </const>
    867     <const name="FaultTolerantSyncing"      value="16">
    868       <desc>
    869         The machine is being synced with a fault tolerant VM running elsewhere.
    870       </desc>
    871     </const>
    872     <const name="DeletingSnapshotOnline"    value="17">
     867    <const name="DeletingSnapshotOnline"    value="16">
    873868      <desc>
    874869        Like @c DeletingSnapshot, but the merging of media is ongoing in
     
    876871      </desc>
    877872    </const>
    878     <const name="DeletingSnapshotPaused"    value="18">
     873    <const name="DeletingSnapshotPaused"    value="17">
    879874      <desc>
    880875        Like @c DeletingSnapshotOnline, but the machine was paused when the
     
    882877      </desc>
    883878    </const>
    884     <const name="OnlineSnapshotting"        value="19">
     879    <const name="OnlineSnapshotting"        value="18">
    885880      <desc>
    886881        Like @c LiveSnapshotting, but the machine was paused when the
     
    888883      </desc>
    889884    </const>
    890     <const name="RestoringSnapshot"         value="20">
     885    <const name="RestoringSnapshot"         value="19">
    891886      <desc>
    892887        A machine snapshot is being restored; this typically does not take long.
    893888      </desc>
    894889    </const>
    895     <const name="DeletingSnapshot"          value="21">
     890    <const name="DeletingSnapshot"          value="20">
    896891      <desc>
    897892        A machine snapshot is being deleted; this can take a long time since this
     
    900895      </desc>
    901896    </const>
    902     <const name="SettingUp"                 value="22">
     897    <const name="SettingUp"                 value="21">
    903898      <desc>
    904899        Lengthy setup operation is in progress.
    905900      </desc>
    906901    </const>
    907     <const name="Snapshotting"              value="23">
     902    <const name="Snapshotting"              value="22">
    908903      <desc>
    909904        Taking an (offline) snapshot.
     
    916911      </desc>
    917912    </const>
    918     <const name="LastOnline" value="19" wsmap="suppress"> <!-- OnlineSnapshotting -->
     913    <const name="LastOnline" value="18" wsmap="suppress"> <!-- OnlineSnapshotting -->
    919914      <desc>
    920915        Pseudo-state: last online state (for use in relational expressions).
     
    927922      </desc>
    928923    </const>
    929     <const name="LastTransient" value="23" wsmap="suppress"> <!-- Snapshotting -->
     924    <const name="LastTransient" value="22" wsmap="suppress"> <!-- Snapshotting -->
    930925      <desc>
    931926        Pseudo-state: last transient state (for use in relational expressions).
     
    11781173    <const name="KVM"      value="5">
    11791174      <desc>Linux KVM.</desc>
    1180     </const>
    1181   </enum>
    1182 
    1183   <enum
    1184     name="FaultToleranceState"
    1185     uuid="5124f7ec-6b67-493c-9dee-ee45a44114e1"
    1186     >
    1187     <desc>
    1188       Used with <link to="IMachine::faultToleranceState" />.
    1189     </desc>
    1190     <const name="Inactive" value="1">
    1191       <desc>No fault tolerance enabled.</desc>
    1192     </const>
    1193     <const name="Master" value="2">
    1194       <desc>Fault tolerant master VM.</desc>
    1195     </const>
    1196     <const name="Standby" value="3">
    1197       <desc>Fault tolerant standby VM.</desc>
    11981175    </const>
    11991176  </enum>
     
    58515828  <interface
    58525829    name="IMachine" extends="$unknown"
    5853     uuid="5047460a-265d-4538-b23e-ddba5fb84976"
     5830    uuid="008d62ad-00dc-4685-00f4-60bf00fc0dbd"
    58545831    wsmap="managed"
    58555832    wrap-hint-server-addinterfaces="IInternalMachineControl"
    58565833    wrap-hint-server="manualaddinterfaces"
    5857     reservedMethods="8" reservedAttributes="10"
     5834    reservedMethods="8" reservedAttributes="12"
    58585835    >
    58595836    <!-- Note! This interface is not compatible between 5.0 and 5.1 as it had too many
     
    64546431      <desc>
    64556432        The paravirtualized guest interface provider.
    6456       </desc>
    6457     </attribute>
    6458 
    6459     <attribute name="faultToleranceState" type="FaultToleranceState">
    6460       <desc>
    6461         Fault tolerance state; disabled, source or target.
    6462         This property can be changed at any time. If you change it for a running
    6463         VM, then the fault tolerance address and port must be set beforehand.
    6464       </desc>
    6465     </attribute>
    6466 
    6467     <attribute name="faultTolerancePort" type="unsigned long">
    6468       <desc>
    6469         The TCP port the fault tolerance source or target will use for
    6470         communication.
    6471       </desc>
    6472     </attribute>
    6473 
    6474     <attribute name="faultToleranceAddress" type="wstring">
    6475       <desc>
    6476         The address the fault tolerance source or target.
    6477       </desc>
    6478     </attribute>
    6479 
    6480     <attribute name="faultTolerancePassword" type="wstring">
    6481       <desc>
    6482         The password to check for on the standby VM. This is just a
    6483         very basic measure to prevent simple hacks and operators accidentally
    6484         choosing the wrong standby VM.
    6485       </desc>
    6486     </attribute>
    6487 
    6488     <attribute name="faultToleranceSyncInterval" type="unsigned long">
    6489       <desc>
    6490         The interval in ms used for syncing the state between source and target.
    64916433      </desc>
    64926434    </attribute>
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