Changeset 17566 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Mar 9, 2009 11:22:42 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r17553 r17566 3071 3071 <const name="Floppy" value="10" /> 3072 3072 <const name="CDROM" value="11" /> 3073 <const name="LogicalNetwork" value="12" /> 3074 <const name="NetworkAdapter" value="13" /> 3075 <const name="USBController" value="14" /> 3076 <const name="SoundCard" value="15" /> 3073 <const name="NetworkAdapter" value="12" /> 3074 <const name="USBController" value="13" /> 3075 <const name="SoundCard" value="14" /> 3077 3076 3078 3077 </enum> … … 3166 3165 </li> 3167 3166 <li> 3168 "LogicalNetwork": a logical network to which virtual machines can connect. This is taken from3169 the Network section in the OVF that is shared between several virtual systems. OVF has no3170 formal description of how the network shall be set up (e.g. whether to use NAT or host interface3171 networking), but OVFs typically name the logical networks "nat" or "bridged" to suggest such3172 a configuration.3173 </li>3174 <li>3175 3167 "NetworkAdapter": a network adapter. The array item in aVboxValues[] will specify the hardware 3176 3168 for the network adapter, whereas the array item in aExtraConfigValues[] will have a string 3177 of the "network=<nw>" format, where <nw> must be one of the networks as specified with the 3178 LogicalNetwork type. 3169 of the "type=<X>" format, where <X> must be either "NAT" or "Bridged". 3179 3170 </li> 3180 3171 <li> … … 6516 6507 <desc>Specifies whether the IP V6 is supported/enabled for the interface.</desc> 6517 6508 </attribute> 6518 6509 6519 6510 <attribute name="IPV6Address" type="wstring" readonly="yes"> 6520 6511 <desc>Returns the IP V6 address of the interface.</desc> … … 6524 6515 <desc>Returns the IP V6 network mask of the interface.</desc> 6525 6516 </attribute> 6526 6517 6527 6518 <attribute name="hardwareAddress" type="wstring" readonly="yes"> 6528 6519 <desc>Returns the hardware address. For Ethernet it is MAC address.</desc> … … 6540 6531 <desc>specifies the host interface type.</desc> 6541 6532 </attribute> 6542 6533 6543 6534 <method name="enableStaticIpConfig"> 6544 6535 <desc>sets and enables the static IP V4 configuration for the given interface.</desc> … … 10481 10472 wsmap="managed" 10482 10473 > 10474 <desc> 10475 Represents a virtual network adapter that is attached to a virtual machine. 10476 Each virtual machine has a fixed number of network adapter slots with one 10477 instance of this attached to each of them. Call 10478 <link to="IMachine::getNetworkAdapter" /> to get the network adapter that 10479 is attached to a given slot in a given machine. 10480 10481 Each network adapter can be in one of five attachment modes, which are 10482 represented by the <link to="NetworkAttachmentType" /> enumeration; 10483 see the <link to="#attachmentType" /> attribute. 10484 </desc> 10485 10483 10486 <attribute name="adapterType" type="NetworkAdapterType"> 10484 10487 <desc>
Note:
See TracChangeset
for help on using the changeset viewer.