Changeset 82100 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Nov 22, 2019 1:07:00 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r81967 r82100 26637 26637 </enum> 26638 26638 26639 <interface name="ICloudNetworkGatewayInfo" extends="$unknown" 26640 uuid="89a63ace-0c65-11ea-ad23-0ff257c71a7f" 26641 wsmap="managed" 26642 reservedAttributes="8"> 26643 <attribute name="publicIP" type="wstring" readonly="yes"/> 26644 </interface> 26645 26646 26639 26647 <!-- 26640 26648 // ICloudClient … … 26643 26651 <interface 26644 26652 name="ICloudClient" extends="$unknown" 26645 uuid=" 52a6bbf0-a80d-11e9-8df6-a3cb09336ce8"26653 uuid="435b66a2-0c60-11ea-a0ea-07eb0d1c4ead" 26646 26654 wsmap="managed" reservedMethods="16" reservedAttributes="8" 26647 26655 > … … 26920 26928 </method> 26921 26929 26930 <method name="startCloudNetworkGateway"> 26931 <param name="network" type="ICloudNetwork" dir="in"> 26932 <desc>The id of image in the Cloud.</desc> 26933 </param> 26934 <param name="sshPublicKey" type="wstring" dir="in"> 26935 <desc>The id of image in the Cloud.</desc> 26936 </param> 26937 <param name="gatewayInfo" type="ICloudNetworkGatewayInfo" dir="out"> 26938 <desc>Information about the started gateway.</desc> 26939 </param> 26940 <param name="progress" type="IProgress" dir="return"> 26941 <desc>Progress object to track the operation completion.</desc> 26942 </param> 26943 </method> 26922 26944 </interface> 26923 26945
Note:
See TracChangeset
for help on using the changeset viewer.