GuestNicInfo
Information about each virtual network adapter configured in the guest operating system.
{
"_typeName": "string",
"network": "string",
"ipAddress": [
"string"
],
"macAddress": "string",
"connected": false,
"deviceConfigId": 0,
"dnsConfig": {
"_typeName": "string",
"dhcp": false,
"hostName": "string",
"domainName": "string",
"ipAddress": [
"string"
],
"searchDomain": [
"string"
]
},
"ipConfig": {
"_typeName": "string",
"ipAddress": [
{
"_typeName": "string",
"ipAddress": "string",
"prefixLength": 0,
"origin": "string",
"state": "string",
"lifetime": "string"
}
],
"dhcp": {
"_typeName": "string",
"ipv6": {
"_typeName": "string",
"enable": false,
"config": [
{
"_typeName": "string",
"key": "string",
"value": "string"
}
]
},
"ipv4": {
"_typeName": "string",
"enable": false,
"config": [
{
"_typeName": "string",
"key": "string",
"value": "string"
}
]
}
},
"autoConfigurationEnabled": false
},
"netBIOSConfig": {
"_typeName": "string",
"mode": "string"
}
}
Name of the virtual switch portgroup or dvPort connected to this adapter.
Deprecated as of vSphere API 5.0, use ipConfig property.
IP addresses of the adapter.
MAC address of the adapter.
Flag indicating whether or not the virtual device is connected.
Link to the corresponding virtual device.
Domain Name Server (DNS) Configuration Specification - a data object for reporting the configuration of RFC 1034 client side DNS settings.
Protocol version independent address reporting data object for network interfaces.
This data object type describes the NetBIOS configuration of an operating system.