vSphere Web Services API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - GuestNicInfo(vim.vm.GuestInfo.NicInfo)
- Property of
- GuestInfo
- Extends
- DynamicData
- See also
- NetBIOSConfigInfo, NetDnsConfigInfo, NetIpConfigInfo
- Since
- 2.0
Data Object Description
Information about each virtual network adapter configured in the guest operating system.Properties
Name | Type | Description |
---|---|---|
connected | xsd:boolean |
Flag indicating whether or not the virtual device is connected.
|
deviceConfigId | xsd:int |
Link to the corresponding virtual device.
|
dnsConfig* | NetDnsConfigInfo |
DNS configuration of the adapter.
This property is set only when Guest OS supports it.
See StackInfo dnsConfig for system wide
settings.
Since vSphere API Release 4.1 |
ipAddress* | xsd:string[] |
Deprecated.
as of vSphere API 5.0, use ipConfig property.
IP addresses of the adapter.
|
ipConfig* | NetIpConfigInfo |
IP configuration settings of the adapter
See StackInfo ipStackConfig for system wide
settings.
Since vSphere API Release 4.1 |
macAddress* | xsd:string |
MAC address of the adapter.
|
netBIOSConfig* | NetBIOSConfigInfo |
NetBIOS configuration of the adapter
Since vSphere API Release 4.1 |
network* | xsd:string |
Name of the virtual switch portgroup or dvPort connected to this adapter.
|
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |