VirtualVmxnet3OptionStrictLatencyConfigOption
Strict latency configure options.
Indicates options for each strict latency configure specification, as defined by VirtualVmxnet3StrictLatencyConfig.
Since: vSphere API Release 8.0.3.1
{
"_typeName": "string",
"allowed": {
"_typeName": "string",
"valueIsReadonly": false,
"supported": false,
"defaultValue": false
},
"measureLatency": {
"_typeName": "string",
"valueIsReadonly": false,
"supported": false,
"defaultValue": false
},
"maxTxQueues": {
"_typeName": "string",
"valueIsReadonly": false,
"min": 0,
"max": 0,
"defaultValue": 0
},
"maxRxQueues": {
"_typeName": "string",
"valueIsReadonly": false,
"min": 0,
"max": 0,
"defaultValue": 0
},
"txDataRingDescSize": {
"_typeName": "string",
"valueIsReadonly": false,
"min": 0,
"max": 0,
"defaultValue": 0
},
"rxDataRingDescSize": {
"_typeName": "string",
"valueIsReadonly": false,
"min": 0,
"max": 0,
"defaultValue": 0
},
"disableOffload": {
"_typeName": "string",
"valueIsReadonly": false,
"choiceInfo": [
{
"_typeName": "string",
"label": "string",
"summary": "string",
"key": "string"
}
],
"defaultIndex": 0
}
}
Indicates whether strict latency configuration is allowed on this network adapter.
Indicates whether latency measurement is enabled on this network adapter.
Three properties (maxTxQueues.min, maxTxQueues.max, and maxTxQueues.defaultValue) define the minimum, maximum, and default number of transmit queues on this network adapter.
Three properties (maxRxQueues.min, maxRxQueues.max, and maxRxQueues.defaultValue) define the minimum, maximum, and default number of receive queues on this network adapter.
Three properties (txDataRingDescSize.min, txDataRingDescSize.max, and txDataRingDescSize.defaultValue) define the minimum, maximum, and default transmit data ring size on this network adapter.
Three properties (rxDataRingDescSize.min, rxDataRingDescSize.max, and rxDataRingDescSize.defaultValue) define the minimum, maximum, and default receive data ring size on this network adapter.
Type of disable offload being performed on the specified network adapter.