Changeset 47873 in vbox
- Timestamp:
- Aug 20, 2013 7:21:39 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r47870 r47873 945 945 <const name="LongMode" value="3"> 946 946 <desc> 947 This setting determines whether VirtualBox will adverti ce long mode947 This setting determines whether VirtualBox will advertise long mode 948 948 (i.e. 64-bit guest support) and let the guest enter it. 949 949 </desc> … … 1212 1212 </const> 1213 1213 <const name="EFI32" value="3"> 1214 <desc>E fifirmware, 32-bit.</desc>1214 <desc>EFI firmware, 32-bit.</desc> 1215 1215 </const> 1216 1216 <const name="EFI64" value="4"> 1217 <desc>E fifirmware, 64-bit.</desc>1217 <desc>EFI firmware, 64-bit.</desc> 1218 1218 </const> 1219 1219 <const name="EFIDUAL" value="5"> 1220 <desc>E fifirmware, combined 32 and 64-bit.</desc>1220 <desc>EFI firmware, combined 32 and 64-bit.</desc> 1221 1221 </const> 1222 1222 </enum> … … 1405 1405 <attribute name="network" type="wstring"> 1406 1406 <desc> 1407 This is CIDR IPv4 string. Specif iying it user defines IPv4 addresses1408 of gateway (low address + 1) and dhcpserver (= low address + 2).1409 Note: if there're defined IPv4 port-forward rules update of network1407 This is CIDR IPv4 string. Specifying it user defines IPv4 addresses 1408 of gateway (low address + 1) and DHCP server (= low address + 2). 1409 Note: If there are defined IPv4 port-forward rules update of network 1410 1410 will be ignored (because new assignment could break existing rules). 1411 1411 </desc> … … 1571 1571 > 1572 1572 <desc> 1573 The IDHCPServer interface represents the vbox DHCP server configuration.1573 The IDHCPServer interface represents the VirtualBox DHCP server configuration. 1574 1574 1575 1575 To enumerate all the DHCP servers on the host, use the … … 2589 2589 </method> 2590 2590 2591 <!-- bunch of met ods to create NAT -->2591 <!-- bunch of methods to create NAT --> 2592 2592 <method name="createNATNetwork"> 2593 2593 <!-- Here we create a record in NAT network array with name … … 2601 2601 2602 2602 <!-- 2603 Returns the NATNetwork by name, e.g. for adding por forward rule or delition.2603 Returns the NATNetwork by name, e.g. for adding port forward rule or deletion. 2604 2604 --> 2605 2605 <method name="findNATNetworkByName"> … … 2933 2933 presently unsupported and always -1)</li> 2934 2934 2935 <li>Compression (optional string equal ling "gzip" if the image is gzip-compressed)</li>2935 <li>Compression (optional string equaling "gzip" if the image is gzip-compressed)</li> 2936 2936 </ol> 2937 2937 </desc> … … 3242 3242 </li> 3243 3243 <li> 3244 "USBController": a USB controller. There can be at most one such item. If and only ifsuch an3245 item is present, USB support will be enabled for the new virtual machine.3244 "USBController": a USB controller. There can be at most one such item. If, and only if, such an 3245 item is present, USB support will be enabled for the new virtual machine. 3246 3246 </li> 3247 3247 <li> … … 4191 4191 4192 4192 <attribute name="icon" type="octet" safearray="yes"> 4193 <desc>Overrid en VM Icon details.</desc>4193 <desc>Overridden VM Icon details.</desc> 4194 4194 </attribute> 4195 4195 … … 4876 4876 4877 4877 Note that on hosts supporting DTrace (or similar), a lot of the 4878 tracepoints may be implemented exclusiv ly as DTrace probes. So, the4878 tracepoints may be implemented exclusively as DTrace probes. So, the 4879 4879 effect of the same config may differ between Solaris and Windows for 4880 4880 example. … … 5554 5554 <desc> 5555 5555 Sets a flag in the device information which indicates that the medium 5556 supports discarding un sused blocks (called trimming for SATA or unmap5556 supports discarding unused blocks (called trimming for SATA or unmap 5557 5557 for SCSI devices) .This may or may not be supported by a particular drive, 5558 5558 and is silently ignored in the latter case. At the moment only hard disks … … 5678 5678 </result> 5679 5679 <result name="VBOX_E_INVALID_OBJECT_STATE"> 5680 Attempt to unmount medium that is not remov eable - not dvdor floppy.5680 Attempt to unmount medium that is not removable - not DVD or floppy. 5681 5681 </result> 5682 5682 <result name="VBOX_E_INVALID_VM_STATE"> … … 5835 5835 </result> 5836 5836 <result name="VBOX_E_NOT_SUPPORTED"> 5837 Hardware or host OS doesn't allow PCI device passthrough t.5837 Hardware or host OS doesn't allow PCI device passthrough. 5838 5838 </result> 5839 5839 </desc> … … 5869 5869 </result> 5870 5870 <result name="VBOX_E_NOT_SUPPORTED"> 5871 Hardware or host OS doesn't allow PCI device passthrough t.5871 Hardware or host OS doesn't allow PCI device passthrough. 5872 5872 </result> 5873 5873 </desc> … … 6576 6576 </param> 6577 6577 <param name="writable" type="boolean" dir="in"> 6578 <desc>Whether the share is writable or read only.</desc>6578 <desc>Whether the share is writable or read-only.</desc> 6579 6579 </param> 6580 6580 <param name="automount" type="boolean" dir="in"> … … 7127 7127 transferred except the VM name and the hardware UUID. You can set the 7128 7128 VM name and the new hardware UUID when creating the target machine. The 7129 network MAC addresses are newly created for all ne wtwork adapters. You7129 network MAC addresses are newly created for all network adapters. You 7130 7130 can change that behaviour with the options parameter. The operation is 7131 7131 performed asynchronously, so the machine object will be not be usable … … 8166 8166 <desc> 8167 8167 Represents one of host's network interfaces. IP V6 address and network 8168 mask are strings of 32 hex decimal digits grouped by four. Groups are8168 mask are strings of 32 hexadecimal digits grouped by four. Groups are 8169 8169 separated by colons. 8170 8170 For example, fe80:0000:0000:0000:021e:c2ff:fed2:b030. … … 8330 8330 8331 8331 <attribute name="domainName" type="wstring" readonly="yes"> 8332 <desc>Domain name used for name reso ving.</desc>8332 <desc>Domain name used for name resolving.</desc> 8333 8333 </attribute> 8334 8334 8335 8335 <attribute name="searchStrings" type="wstring" safearray="yes" readonly="yes"> 8336 <desc>Search string registered for name reso ving.</desc>8336 <desc>Search string registered for name resolving.</desc> 8337 8337 </attribute> 8338 8338 … … 10532 10532 <method name="environmentUnset"> 10533 10533 <desc> 10534 Unsets session environment variable.10534 Unsets a session environment variable. 10535 10535 10536 10536 <result name="VBOX_E_IPRT_ERROR"> … … 12344 12344 have dire consequences (degrade performance, resource hogs, 12345 12345 deadlocks, etc.), this is specially so for the main thread on 12346 platforms using XPCOM. Callers are advi ced wait for short periods12346 platforms using XPCOM. Callers are advised wait for short periods 12347 12347 and service their event queues between calls, or to create a worker 12348 12348 thread to do the waiting. … … 12586 12586 <method name="getChildrenCount" const="yes"> 12587 12587 <desc> 12588 Returns the number of direct children sof this snapshot.12588 Returns the number of direct children of this snapshot. 12589 12589 </desc> 12590 12590 <param name="childrenCount" type="unsigned long" dir="return"> … … 15392 15392 <note>This API can be used only locally by a VM process through the 15393 15393 COM/XPCOM C++ API as it requires pointer support. It is not 15394 available for scripting lang ages, Java or any webservice clients.15394 available for scripting languages, Java or any webservice clients. 15395 15395 Unless you are writing a new VM frontend use 15396 15396 <link to="#takeScreenShotToArray" />. … … 15668 15668 <const name="AllowNetwork" value="2"> 15669 15669 <desc> 15670 Allow promi cuous mode, but restrict the scope it to the internal15670 Allow promiscuous mode, but restrict the scope it to the internal 15671 15671 network so that it only applies to other VMs. 15672 15672 </desc> … … 15674 15674 <const name="AllowAll" value="3"> 15675 15675 <desc> 15676 Allow promi cuous mode, include unrelated traffic going over the wire15676 Allow promiscuous mode, include unrelated traffic going over the wire 15677 15677 and internally on the host. 15678 15678 </desc> … … 16298 16298 <param name="values" type="wstring" dir="out" safearray="yes"> 16299 16299 <desc> 16300 Array paral ell to the names holding the register values as if the16300 Array parallel to the names holding the register values as if the 16301 16301 register was returned by <link to="IMachineDebugger::getRegister"/>. 16302 16302 </desc> … … 19349 19349 19350 19350 <attribute name="reference" type="unsigned long" readonly="yes"> 19351 <desc>How many devices/medium attach ements use this group.</desc>19351 <desc>How many devices/medium attachments use this group.</desc> 19352 19352 </attribute> 19353 19353 … … 19900 19900 <param name="subordinates" type="IEventSource" dir="in" safearray="yes"> 19901 19901 <desc> 19902 Subordinate event source this one aggregat res.19902 Subordinate event source this one aggregates. 19903 19903 </desc> 19904 19904 </param> … … 20156 20156 <param name="timeout" type="long" dir="in"> 20157 20157 <desc> 20158 Maximum time to wait for event process eing, in ms;20158 Maximum time to wait for event processing, in ms; 20159 20159 0 = no wait, -1 = indefinite wait. 20160 20160 </desc>
Note:
See TracChangeset
for help on using the changeset viewer.