NSX-T Data Center REST API

MiscConfig (schema)

These are miscellaneous configuration options.

Name Description Type Notes
high_performance_config_params List of parameters that could be used to configure high performance. array of HighPerformanceConfigParams
high_performance_config_type Must be set to the value MiscConfig string Required
Enum: ADV_CONFIG, DRIVER_CONFIG, MISC_CONFIG
uplink_rx_ring_size This property will be required to change the RX ring size of all uplinks in DVS. It should be in multiples of 32. int Minimum: 512
Maximum: 8196
uplink_tx_ring_size This property will be required to change the TX ring size of all uplinks in DVS. It should be in multiples of 32. int Minimum: 512
Maximum: 8196
version Based on the high_performance_config_type, it could be either driver version or host version. For high_performance_config_type as ADV_CONFIG or MISC_CONFIG, this represents host version. For high_performance_config_type as DRIVER_CONFIG, this represents physical NIC driver version. array of string