Changeset 80074 in vbox for trunk/src/VBox/Main/idl/VirtualBox.xidl
- Timestamp:
- Jul 31, 2019 2:18:34 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r79857 r80074 628 628 <enum 629 629 name="MachineState" 630 uuid=" 87f085c3-ca67-4e45-9225-6057f32e9e8e"630 uuid="00bc01b5-00a4-48db-000a-9061008357aa" 631 631 > 632 632 <desc> … … 865 865 </desc> 866 866 </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"> 873 868 <desc> 874 869 Like @c DeletingSnapshot, but the merging of media is ongoing in … … 876 871 </desc> 877 872 </const> 878 <const name="DeletingSnapshotPaused" value="1 8">873 <const name="DeletingSnapshotPaused" value="17"> 879 874 <desc> 880 875 Like @c DeletingSnapshotOnline, but the machine was paused when the … … 882 877 </desc> 883 878 </const> 884 <const name="OnlineSnapshotting" value="1 9">879 <const name="OnlineSnapshotting" value="18"> 885 880 <desc> 886 881 Like @c LiveSnapshotting, but the machine was paused when the … … 888 883 </desc> 889 884 </const> 890 <const name="RestoringSnapshot" value=" 20">885 <const name="RestoringSnapshot" value="19"> 891 886 <desc> 892 887 A machine snapshot is being restored; this typically does not take long. 893 888 </desc> 894 889 </const> 895 <const name="DeletingSnapshot" value="2 1">890 <const name="DeletingSnapshot" value="20"> 896 891 <desc> 897 892 A machine snapshot is being deleted; this can take a long time since this … … 900 895 </desc> 901 896 </const> 902 <const name="SettingUp" value="2 2">897 <const name="SettingUp" value="21"> 903 898 <desc> 904 899 Lengthy setup operation is in progress. 905 900 </desc> 906 901 </const> 907 <const name="Snapshotting" value="2 3">902 <const name="Snapshotting" value="22"> 908 903 <desc> 909 904 Taking an (offline) snapshot. … … 916 911 </desc> 917 912 </const> 918 <const name="LastOnline" value="1 9" wsmap="suppress"> <!-- OnlineSnapshotting -->913 <const name="LastOnline" value="18" wsmap="suppress"> <!-- OnlineSnapshotting --> 919 914 <desc> 920 915 Pseudo-state: last online state (for use in relational expressions). … … 927 922 </desc> 928 923 </const> 929 <const name="LastTransient" value="2 3" wsmap="suppress"> <!-- Snapshotting -->924 <const name="LastTransient" value="22" wsmap="suppress"> <!-- Snapshotting --> 930 925 <desc> 931 926 Pseudo-state: last transient state (for use in relational expressions). … … 1178 1173 <const name="KVM" value="5"> 1179 1174 <desc>Linux KVM.</desc> 1180 </const>1181 </enum>1182 1183 <enum1184 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>1198 1175 </const> 1199 1176 </enum> … … 5851 5828 <interface 5852 5829 name="IMachine" extends="$unknown" 5853 uuid=" 5047460a-265d-4538-b23e-ddba5fb84976"5830 uuid="008d62ad-00dc-4685-00f4-60bf00fc0dbd" 5854 5831 wsmap="managed" 5855 5832 wrap-hint-server-addinterfaces="IInternalMachineControl" 5856 5833 wrap-hint-server="manualaddinterfaces" 5857 reservedMethods="8" reservedAttributes="1 0"5834 reservedMethods="8" reservedAttributes="12" 5858 5835 > 5859 5836 <!-- Note! This interface is not compatible between 5.0 and 5.1 as it had too many … … 6454 6431 <desc> 6455 6432 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 running6463 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 for6470 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 a6483 very basic measure to prevent simple hacks and operators accidentally6484 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.6491 6433 </desc> 6492 6434 </attribute>
Note:
See TracChangeset
for help on using the changeset viewer.