Host Network System Update Physical Nic Link Speed
Configures link speed and duplexity.
If linkSpeed is not specified, physical network adapter will be set to autonegotiate.
See also canSetPhysicalNicLinkSpeed.
Required privileges: Host.Config.Network
The unique identifier for the managed object to which the method attaches; the serialized managed object reference for a request has the form moType/moId
, in this case HostNetworkSystem/{moId}
.
The vSphere release schema. The current specification covers vSphere 8.0.2.0 APIs.
{
"device": "string",
"linkSpeed": {
"_typeName": "string",
"speedMb": 0,
"duplex": false
}
}
device
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.
No Content
NotFound: if the physical network adapter does not exist.
NotSupported: if the host is not an ESX Server system.
InvalidArgument: if the speed and duplexity is not one of the valid configurations.
HostConfigFault: for all other configuration failures.
{
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
}