Virtual Storage Lifecycle Management API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - VirtualVmxnet3StrictLatencyConfig(vim.vm.device.VirtualVmxnet3.StrictLatencyConfig)
- Property of
- VirtualVmxnet3
- Extends
- DynamicData
- Since
- vSphere API Release 8.0.3.1
Data Object Description
The structure below defines the strict latency configuration of a network adapter. The configuration parameters are only supported when the strict latency capability is enabled on the adapter. When adding a new adapter, unset config parameters are interpreted as "use the default value". When altering the configuration of an existing adapter, unset parameters mean "do not change the current config"Properties
Name | Type | Description |
---|---|---|
allowed* | xsd:boolean |
Indicates whether strict latency configuration is allowed on this
network adapter. Requires VM hardware version compatible with ESXi
release supporting the "real-time switch" feature.
|
disableOffload* | xsd:string |
Type of disable offload being performed on the specified network
adapter. If not specified, TSO_LRO will be used as the default during
adding new network adapter. The supported values are listed in
VirtualVmxnet3StrictLatencyConfigDisableOffload.
|
maxRxQueues* | xsd:int |
The number of receive queues. The default value is 1. The allowed
range is 1 to 32, including.
|
maxTxQueues* | xsd:int |
The number of transmit queues. The default value is 1. The allowed
range is 1 to 32, including.
|
measureLatency* | xsd:boolean |
Indicates whether the latency measurement is enabled. The default
value is "enabled".
|
rxDataRingDescSize* | xsd:int |
The receive data ring size. The default value is 256. The allowed
range is 128 to 2048, including, must be multiple of 64.
|
txDataRingDescSize* | xsd:int |
The transmit data ring size. The default value is 256. The allowed
range is 128 to 2048, including, must be multiple of 64.
|
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |