NSX-T Data Center REST API
DriverConfig (type)
{ "extends": { "$ref": "HighPerformanceConfig }, "id": "DriverConfig", "module_id": "PolicyHighPerformanceHostSwitchProfile", "polymorphic-type-descriptor": { "type-identifier": "DRIVER_CONFIG" }, "properties": { "driver_info": { "items": { "type": "string" }, "title": "This is physical nic driver version.", "type": "array" }, "high_performance_config_params": { "items": { "$ref": "HighPerformanceConfigParams }, "title": "List of parameters that could be used to configure high performance.", "type": "array" }, "high_performance_config_type": { "enum": [ "ADV_CONFIG", "DRIVER_CONFIG", "MISC_CONFIG" ], "required": true, "title": "The specific type of config.", "type": "string" }, "version": { "items": { "type": "string" }, "required": false, "title": "Based on the high_performance_config_type, it could\nbe either driver version or host version. For\nhigh_performance_config_type as ADV_CONFIG or MISC_CONFIG,\nthis represents host version. For high_performance_config_type\nas DRIVER_CONFIG, this represents physical NIC driver version.\n", "type": "array" } }, "title": "These are driver specific configuration options.", "type": "object" }