Changeset 84685 in vbox for trunk/src/VBox/Main
- Timestamp:
- Jun 5, 2020 3:18:18 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 138454
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r84618 r84685 26742 26742 26743 26743 <interface name="ICloudMachine" extends="$unknown" 26744 uuid=" d8497a14-8fbf-11ea-aa85-2b4d110b053e"26744 uuid="8e3b08e6-a605-11ea-9edf-3bfdab40b718" 26745 26745 wsmap="managed" 26746 26746 reservedMethods="16" reservedAttributes="8"> … … 26918 26918 Unregister this cloud machine and delete all its cloud artifacts. 26919 26919 </desc> 26920 <param name="progress" type="IProgress" dir="return"> 26921 <desc> 26922 Progress object to track the operation completion. 26923 </desc> 26924 </param> 26925 </method> 26926 26927 <method name="createConsoleConnection"> 26928 <param name="sshPublicKey" type="wstring" dir="in"> 26929 <desc> 26930 SSH public key authorized to connect to the console. 26931 </desc> 26932 </param> 26933 <param name="progress" type="IProgress" dir="return"> 26934 <desc> 26935 Progress object to track the operation completion. 26936 </desc> 26937 </param> 26938 </method> 26939 26940 <method name="deleteConsoleConnection"> 26941 <param name="progress" type="IProgress" dir="return"> 26942 <desc> 26943 Progress object to track the operation completion. 26944 </desc> 26945 </param> 26946 </method> 26947 26948 <method name="getSerialConsoleCommand" const="yes"> 26949 <param name="command" type="IStringArray" dir="out"> 26950 <desc> 26951 String array of length 1 that contains as its only element 26952 the shell command to establish ssh connection to the cloud 26953 machine serial console. 26954 </desc> 26955 </param> 26956 <param name="progress" type="IProgress" dir="return"> 26957 <desc> 26958 Progress object to track the operation completion. 26959 </desc> 26960 </param> 26961 </method> 26962 26963 <method name="getVNCConsoleCommand" const="yes"> 26964 <param name="command" type="IStringArray" dir="out"> 26965 <desc> 26966 String array of length 1 that contains as its only element 26967 the shell command to establish ssh port forwarding for the 26968 VNC connection to the cloud machine console. 26969 </desc> 26970 </param> 26920 26971 <param name="progress" type="IProgress" dir="return"> 26921 26972 <desc>
Note:
See TracChangeset
for help on using the changeset viewer.