NSX-T Data Center REST API

AdvancedConfig (type)

{
  "extends": {
    "$ref": "HighPerformanceConfig"
  },
  "id": "AdvancedConfig",
  "module_id": "PolicyHighPerformanceHostSwitchProfile",
  "polymorphic-type-descriptor": {
    "type-identifier": "ADV_CONFIG"
  },
  "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": "These are advanced configuration options.",
  "type": "object"
}