Changeset 73929 in vbox for trunk/src/VBox/Main/idl/VirtualBox.xidl
- Timestamp:
- Aug 28, 2018 6:00:59 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 124655
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r73804 r73929 3536 3536 <enum 3537 3537 name="VirtualSystemDescriptionType" 3538 uuid=" e43225cb-09fc-4e70-a56c-6dad3bcb48a6"3538 uuid="99870ce5-c613-4a49-8ac8-bdad54565c54" 3539 3539 > 3540 3540 <desc>Used with <link to="IVirtualSystemDescription" /> to describe the type of … … 3587 3587 <const name="CloudOCIVCN" value="31" /> 3588 3588 <const name="CloudOCIPublicIP" value="32" /> 3589 <const name="CloudOCIProfilePath" value="33" /> 3590 <const name="CloudOCISubnet" value="34" /> 3589 3591 </enum> 3590 3592 … … 24875 24877 24876 24878 <enum 24879 name="CloudProviderId" 24880 uuid="c3856743-aa5d-404d-847d-14b6cf523677" 24881 > 24882 <const name="Unknown" value="0"/> 24883 <const name="OCI" value="1"/> 24884 <const name="GCP" value="2"/> 24885 <const name="AWS" value="3"/> 24886 <const name="MicrosoftAzure" value="4"/> 24887 <const name="IBMCloud" value="5"/> 24888 <const name="DigitalOcean" value="6"/> 24889 </enum> 24890 24891 <enum 24877 24892 name="CloudCommand" 24878 24893 uuid="1c5cfa19-7754-4071-bf3e-6d21ad432655" … … 24884 24899 <const name="stopInstance" value="0x4"/> 24885 24900 <const name="deleteInstance" value="0x5"/> 24886 <const name="getInstance Properties" value="0x6"/>24901 <const name="getInstance" value="0x6"/> 24887 24902 <const name="listInstances" value="0x7"/> 24888 <const name="importImage" value="0x8"/> 24889 24890 <const name="uploadFile" value="0x10"/> 24891 <const name="downloadObject" value="0x11"/> 24892 <const name="deleteObject" value="0x12"/> 24893 <const name="getObjectProperties" value="0x13"/> 24894 <const name="listObjects" value="0x14"/> 24895 <const name="listBuckets" value="0x15"/> 24896 <const name="listNetworks" value="0x16"/> 24897 <const name="listShapes" value="0x17"/> 24898 <const name="listRegions" value="0x18"/> 24899 <const name="listAvailabilityDomains" value="0x19"/> 24900 <const name="listCompartments" value="0x20"/> 24901 <const name="getNamespace" value="0x21"/> 24903 24904 <const name="createImage" value="0x10"/> 24905 <const name="getImage" value="0x11"/> 24906 <const name="importImage" value="0x12"/> 24907 <const name="exportImage" value="0x13"/> 24908 <const name="deleteImage" value="0x14"/> 24909 <const name="updateImage" value="0x15"/> 24910 <const name="listImages" value="0x16"/> 24911 24912 <const name="listNetworks" value="0x20"/> 24913 <const name="getNetwork" value="0x21"/> 24914 <const name="createNetwork" value="0x22"/> 24915 <const name="deleteNetwork" value="0x23"/> 24916 <const name="upateNetwork" value="0x24"/> 24917 24918 <const name="getNetworkCard" value="0x30"/> 24919 <const name="updateNetworkCard" value="0x31"/> 24920 24921 <const name="listNetworkCardAttachements" value="0x32"/> 24922 <const name="getNetworkCardAttachement" value="0x33"/> 24923 <const name="detachNetworkCard" value="0x34"/> 24924 <const name="attachNetworkCard" value="0x35"/> 24925 24926 <const name="listSubnets" value="0x40"/> 24927 <const name="getSubnet" value="0x41"/> 24928 <const name="createSubnet" value="0x42"/> 24929 <const name="deleteSubnet" value="0x43"/> 24930 <const name="updateSubnet" value="0x44"/> 24931 24932 <const name="listInternetGateways" value="0x50"/> 24933 <const name="getInternetGateway" value="0x51"/> 24934 <const name="createInternetGateway" value="0x52"/> 24935 <const name="deleteInternetGateway" value="0x53"/> 24936 <const name="updateInternetGateway" value="0x54"/> 24937 24938 <const name="listRouteTables" value="0x60"/> 24939 <const name="getRouteTable" value="0x61"/> 24940 <const name="createRouteTable" value="0x62"/> 24941 <const name="deleteRouteTable" value="0x63"/> 24942 <const name="updateRouteTable" value="0x64"/> 24943 24944 <const name="listShapes" value="0x70"/> 24945 24946 <const name="uploadFile" value="0x100"/> 24947 <const name="downloadObject" value="0x101"/> 24948 <const name="deleteObject" value="0x102"/> 24949 <const name="getObject" value="0x103"/> 24950 <const name="listObjects" value="0x104"/> 24951 24952 <const name="listBuckets" value="0x110"/> 24953 24954 <const name="getNamespace" value="0x120"/> 24955 24956 <const name="listRegions" value="0x200"/> 24957 <const name="listAvailabilityDomains" value="0x210"/> 24958 <const name="listCompartments" value="0x220"/> 24959 24902 24960 </enum> 24903 24961 … … 24961 25019 </param> 24962 25020 <param name="result" type="CloudCommandResult" dir="return"> 25021 </param> 25022 </method> 25023 25024 <method name="runSeveralCommands"> 25025 <desc> 25026 Runs a set of prepared cloud operations by their ids 25027 </desc> 25028 <param name="commandIdList" type="wstring" safearray="yes" dir="in"> 25029 <desc> 25030 The list of UUID of the operations. 25031 </desc> 25032 </param> 25033 <param name="parameterNames" type="wstring" safearray="yes" dir="in"> 25034 <desc>Initial set of parameter names.</desc> 25035 </param> 25036 <param name="parameterValues" type="wstring" safearray="yes" dir="in"> 25037 <desc>Initial set of parameter values.</desc> 24963 25038 </param> 24964 25039 </method>
Note:
See TracChangeset
for help on using the changeset viewer.