vSphere Web Services API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - CustomizationAdapterMapping(vim.vm.customization.AdapterMapping)
- Property of
- CustomizationSpec
- Extends
- DynamicData
- See also
- CustomizationIPSettings
- Since
- 2.0
Data Object Description
Data object type to associate a virtual network adapter with its IP settings.Properties
Name | Type | Description |
---|---|---|
adapter | CustomizationIPSettings |
The IP settings for the associated virtual network adapter.
|
macAddress* | xsd:string |
The MAC address of a network adapter being customized. The client cannot change
this value because the guest operating system has no control over the MAC
address of a virtual network adapter.
This property is optional. If it is not included, the customization process maps
the settings from the list of AdapterMappings.IPSettings in the
Specification.nicSettingMap to the virtual machine's network adapters, in PCI
slot order. The first virtual network adapter on the PCI bus is assigned
nicSettingMap[0].IPSettings, the second adapter is assigned
nicSettingMap[1].IPSettings, and so on.
|
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |