VirtualBox

Changeset 85133 in vbox


Ignore:
Timestamp:
Jul 9, 2020 4:22:19 AM (4 years ago)
Author:
vboxsync
Message:

OCI: Get instance console connection information as part of
ICloudMachine::refresh. Convert async methods that retrieved ssh
commands into read-only attributes. Add fingerprint attribute.

File:
1 edited

Legend:

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

    r84846 r85133  
    2695126951    </method>
    2695226952
    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>
    2698226973
    2698326974  </interface>
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