UpdatePhysicalNicLinkSpeedRequestType
UpdatePhysicalNicLinkSpeedRequestType
The parameters of UpdatePhysicalNicLinkSpeed.
JSON Example
{
"device": "string",
"linkSpeed": {
"_typeName": "string",
"speedMb": 0,
"duplex": false
}
}
string
device
Required
device
linkSpeed
Optional
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.