NSX-T Data Center REST API

MiscConfig (type)

{
  "extends": {
    "$ref": "HighPerformanceConfig
  }, 
  "id": "MiscConfig", 
  "module_id": "PolicyHighPerformanceHostSwitchProfile", 
  "polymorphic-type-descriptor": {
    "type-identifier": "MISC_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"
    }, 
    "uplink_rx_ring_size": {
      "maximum": 8196, 
      "minimum": 512, 
      "title": "This property will be required to change the RX ring size\nof all uplinks in DVS. It should be in multiples of 32.\n", 
      "type": "int"
    }, 
    "uplink_tx_ring_size": {
      "maximum": 8196, 
      "minimum": 512, 
      "title": "This property will be required to change the TX ring size\nof all uplinks in DVS. It should be in multiples of 32.\n", 
      "type": "int"
    }, 
    "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 miscellaneous configuration options.", 
  "type": "object"
}