PhysicalNicLinkInfo

PhysicalNicLinkInfo
PhysicalNicLinkInfo

The PhysicalNicLinkInfo data object describes the link speed and the type of duplex communication.

The link speed indicates the bit rate in megabits per second. The duplex boolean indicates if the link is capable of full-duplex or half-duplex communication.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "speedMb": 0,
    "duplex": false
}
integer As int32 As int32
speedMb
Required

Bit rate on the link.

boolean
duplex
Required

Flag to indicate whether or not the link is capable of full-duplex ("true") or only half-duplex ("false").