VirtualVmxnet3
The VirtualVmxnet3 data object type represents an instance of the Vmxnet3 virtual Ethernet adapter attached to a virtual machine.
{
"_typeName": "string",
"key": 0,
"deviceInfo": {
"_typeName": "string",
"label": "string",
"summary": "string"
},
"backing": {
"_typeName": "string"
},
"connectable": {
"_typeName": "string",
"migrateConnect": "string",
"startConnected": false,
"allowGuestControl": false,
"connected": false,
"status": "string"
},
"slotInfo": {
"_typeName": "string"
},
"controllerKey": 0,
"unitNumber": 0,
"numaNode": 0,
"deviceGroupInfo": {
"_typeName": "string",
"groupInstanceKey": 0,
"sequenceId": 0
},
"dynamicProperty": [
{
"_typeName": "string",
"name": "string",
"val": {
"_typeName": "string"
}
}
],
"addressType": "string",
"macAddress": "string",
"wakeOnLanEnabled": false,
"resourceAllocation": {
"_typeName": "string",
"reservation": 0,
"share": {
"_typeName": "string",
"shares": 0,
"level": "string"
},
"limit": 0
},
"externalId": "string",
"uptCompatibilityEnabled": false,
"subnetId": "string",
"uptv2Enabled": false,
"strictLatencyConfig": {
"_typeName": "string",
"allowed": false,
"measureLatency": false,
"maxTxQueues": 0,
"maxRxQueues": 0,
"txDataRingDescSize": 0,
"rxDataRingDescSize": 0,
"disableOffload": "string"
}
}
Indicates whether UPTv2(Uniform Pass-through version 2) compatibility is enabled on this network adapter.
UPTv2 is only available on Vmxnet3 adapter. Clients can set this property enabled or disabled if ethernet virtual device is Vmxnet3. It requires the VM hardware version is compatible with ESXi version which has enabled smartnic feature.
Since: vSphere API Release 8.0.0.1
Indicates whether strict latency parameters are configured on this network adapter.
Clients can set these parameters to control behaviors on this network adapter, e.g., set the TX/RX ring size, etc. Requires VM hardware version compatible with ESXi release supporting the "real-time switch" feature.
Since: vSphere API Release 8.0.3.1