Changeset 85133 in vbox
- Timestamp:
- Jul 9, 2020 4:22:19 AM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r84846 r85133 26951 26951 </method> 26952 26952 26953 <method name="getSerialConsoleCommand" const="yes"> 26954 <param name="command" type="IStringArray" dir="out"> 26955 <desc> 26956 String array of length 1 that contains as its only element 26957 the shell command to establish ssh connection to the cloud 26958 machine serial console. 26959 </desc> 26960 </param> 26961 <param name="progress" type="IProgress" dir="return"> 26962 <desc> 26963 Progress object to track the operation completion. 26964 </desc> 26965 </param> 26966 </method> 26967 26968 <method name="getVNCConsoleCommand" const="yes"> 26969 <param name="command" type="IStringArray" dir="out"> 26970 <desc> 26971 String array of length 1 that contains as its only element 26972 the shell command to establish ssh port forwarding for the 26973 VNC connection to the cloud machine console. 26974 </desc> 26975 </param> 26976 <param name="progress" type="IProgress" dir="return"> 26977 <desc> 26978 Progress object to track the operation completion. 26979 </desc> 26980 </param> 26981 </method> 26953 <attribute name="consoleConnectionFingerprint" type="wstring" readonly="yes"> 26954 <desc> 26955 The fingerprint of the ssh key that is authorized to access 26956 the machine's console connection. 26957 </desc> 26958 </attribute>> 26959 26960 <attribute name="serialConsoleCommand" type="wstring" readonly="yes"> 26961 <desc> 26962 The shell command to establish ssh connection to the cloud 26963 machine serial console. 26964 </desc> 26965 </attribute>>> 26966 26967 <attribute name="VNCConsoleCommand" type="wstring" readonly="yes"> 26968 <desc> 26969 The shell command to establish ssh port forwarding for the 26970 VNC connection to the cloud machine console. 26971 </desc> 26972 </attribute> 26982 26973 26983 26974 </interface>
Note:
See TracChangeset
for help on using the changeset viewer.

