{ "abstract": true, "id": "HighPerformanceConfig", "module_id": "PolicyHighPerformanceHostSwitchProfile", "polymorphic-type-descriptor": { "mode": "enabled", "property-name": "high_performance_config_type" }, "properties": { "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": "Configuration supported to configure high performance.", "type": "object" }