VirtualVmxnet3OptionStrictLatencyConfigOption

VirtualVmxnet3OptionStrictLatencyConfigOption
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

AllOf
This class requires all of the following:
JSON Example
{
    "_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
    }
}
allowed
Required

Indicates whether strict latency configuration is allowed on this network adapter.

measureLatency
Required

Indicates whether latency measurement is enabled on this network adapter.

maxTxQueues
Required

Three properties (maxTxQueues.min, maxTxQueues.max, and maxTxQueues.defaultValue) define the minimum, maximum, and default number of transmit queues on this network adapter.

maxRxQueues
Required

Three properties (maxRxQueues.min, maxRxQueues.max, and maxRxQueues.defaultValue) define the minimum, maximum, and default number of receive queues on this network adapter.

txDataRingDescSize
Required

Three properties (txDataRingDescSize.min, txDataRingDescSize.max, and txDataRingDescSize.defaultValue) define the minimum, maximum, and default transmit data ring size on this network adapter.

rxDataRingDescSize
Required

Three properties (rxDataRingDescSize.min, rxDataRingDescSize.max, and rxDataRingDescSize.defaultValue) define the minimum, maximum, and default receive data ring size on this network adapter.

disableOffload
Required

Type of disable offload being performed on the specified network adapter.