Changeset 107402 in vbox for trunk/src/VBox/Main
- Timestamp:
- Dec 24, 2024 11:29:55 AM (4 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r107401 r107402 7189 7189 7190 7190 <method name="getCPUProperty" const="yes"> 7191 <rest request="get" path="/vms/{vmid}/configuration/"/>7191 <rest name="CPUPropertyX86" request="get" path="/vms/{vmid}/configuration/"/> 7192 7192 <desc> 7193 7193 Returns the virtual CPU boolean value of the specified property. … … 7211 7211 7212 7212 <method name="setCPUProperty"> 7213 <rest request="post" path="/vms/{vmid}/configuration/"/>7213 <rest name="CPUPropertyX86" request="post" path="/vms/{vmid}/configuration/"/> 7214 7214 <desc> 7215 7215 Sets the virtual CPU boolean value of the specified property. … … 7470 7470 7471 7471 <method name="getCPUProperty" const="yes"> 7472 <rest request="get" path="/vms/{vmid}/configuration/"/>7472 <rest name="CPUPropertyARM" request="get" path="/vms/{vmid}/configuration/"/> 7473 7473 <desc> 7474 7474 Returns the virtual CPU boolean value of the specified property. … … 7492 7492 7493 7493 <method name="setCPUProperty"> 7494 <rest request="post" path="/vms/{vmid}/configuration/"/>7494 <rest name="CPUPropertyARM" request="post" path="/vms/{vmid}/configuration/"/> 7495 7495 <desc> 7496 7496 Sets the virtual CPU boolean value of the specified property.
Note:
See TracChangeset
for help on using the changeset viewer.