PhysicalNicHintInfo
The NetworkHint data object type is some information about the network to which the physical network adapter is attached.
{
"_typeName": "string",
"device": "string",
"subnet": [
{
"_typeName": "string",
"vlanId": 0,
"ipSubnet": "string"
}
],
"network": [
{
"_typeName": "string",
"vlanId": 0,
"network": "string"
}
],
"connectedSwitchPort": {
"_typeName": "string",
"cdpVersion": 0,
"timeout": 0,
"ttl": 0,
"samples": 0,
"devId": "string",
"address": "string",
"portId": "string",
"deviceCapability": {
"_typeName": "string",
"router": false,
"transparentBridge": false,
"sourceRouteBridge": false,
"networkSwitch": false,
"host": false,
"igmpEnabled": false,
"repeater": false
},
"softwareVersion": "string",
"hardwarePlatform": "string",
"ipPrefix": "string",
"ipPrefixLen": 0,
"vlan": 0,
"fullDuplex": false,
"mtu": 0,
"systemName": "string",
"systemOID": "string",
"mgmtAddr": "string",
"location": "string"
},
"lldpInfo": {
"_typeName": "string",
"chassisId": "string",
"portId": "string",
"timeToLive": 0,
"parameter": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
]
}
}
The physical network adapter device to which this hint applies.
The list of subnets that were detected on this physical network adapter.
The list of network names that were detected on this physical network adapter.
If the uplink directly connects to a CDP-awared network device and the device's CDP broadcast is enabled, this property will be set to return the CDP information that vmkernel received on this Physical NIC.
CDP data contains the device information and port ID that the Physical NIC connects to. If the uplink is not connecting to a CDP-awared device or CDP is not enabled on the device, this property will be unset. PhysicalNicCdpInfo
If the uplink directly connects to an LLDP-aware network device and the device's LLDP broadcast is enabled, this property will be set to return the LLDP information that is received on this physical network adapter.
If the uplink is not connecting to a LLDP-aware device or LLDP is not enabled on the device, this property will be unset.