VirtualBox

Changeset 107402 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Dec 24, 2024 11:29:55 AM (4 weeks ago)
Author:
vboxsync
Message:

VBox REST API: IPlatformARM: Added attribute name=CPUPropertyARM into the section <rest> for getCPUProperty and setCPUProperty. IPlatformX86: Added attribute name=CPUPropertyX86 into the section <rest> for getCPUProperty and setCPUProperty.

File:
1 edited

Legend:

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

    r107401 r107402  
    71897189
    71907190    <method name="getCPUProperty" const="yes">
    7191       <rest request="get" path="/vms/{vmid}/configuration/"/>
     7191      <rest name="CPUPropertyX86" request="get" path="/vms/{vmid}/configuration/"/>
    71927192      <desc>
    71937193        Returns the virtual CPU boolean value of the specified property.
     
    72117211
    72127212    <method name="setCPUProperty">
    7213       <rest request="post" path="/vms/{vmid}/configuration/"/>
     7213      <rest name="CPUPropertyX86" request="post" path="/vms/{vmid}/configuration/"/>
    72147214      <desc>
    72157215        Sets the virtual CPU boolean value of the specified property.
     
    74707470
    74717471    <method name="getCPUProperty" const="yes">
    7472       <rest request="get" path="/vms/{vmid}/configuration/"/>
     7472      <rest name="CPUPropertyARM" request="get" path="/vms/{vmid}/configuration/"/>
    74737473      <desc>
    74747474        Returns the virtual CPU boolean value of the specified property.
     
    74927492
    74937493    <method name="setCPUProperty">
    7494       <rest request="post" path="/vms/{vmid}/configuration/"/>
     7494      <rest name="CPUPropertyARM" request="post" path="/vms/{vmid}/configuration/"/>
    74957495      <desc>
    74967496        Sets the virtual CPU boolean value of the specified property.
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