VMNicInfo

VMNicInfo
VMNicInfo

VMNics attached to an ESXi host reference

JSON Example
{
    "name": "string",
    "linkSpeedMB": 0,
    "isInUse": false,
    "isAutoNegotiateSupported": false,
    "isActive": false
}
string
name
Optional

Name of the VMNic

integer As int32 As int32
linkSpeedMB
Optional

VMNic link speed in MB

boolean
isInUse
Optional

Status of VMNic if in use or available

boolean
isAutoNegotiateSupported
Optional

Status of VMNic if auto negotiate is supported or not

boolean
isActive
Optional

Status of VMNic if active or inactive

Property Of