VirtualBox

Changeset 82100 in vbox for trunk/src/VBox/Main/idl


Ignore:
Timestamp:
Nov 22, 2019 1:07:00 PM (5 years ago)
Author:
vboxsync
Message:

OCI: add stub for ICloudClient::startCloudNetworkGateway

File:
1 edited

Legend:

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

    r81967 r82100  
    2663726637</enum>
    2663826638
     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
    2663926647  <!--
    2664026648  // ICloudClient
     
    2664326651  <interface
    2664426652    name="ICloudClient" extends="$unknown"
    26645     uuid="52a6bbf0-a80d-11e9-8df6-a3cb09336ce8"
     26653    uuid="435b66a2-0c60-11ea-a0ea-07eb0d1c4ead"
    2664626654    wsmap="managed" reservedMethods="16" reservedAttributes="8"
    2664726655    >
     
    2692026928    </method>
    2692126929
     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>
    2692226944  </interface>
    2692326945
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