TransportNodeProfileSubConfig (type)

{
  "id": "TransportNodeProfileSubConfig", 
  "module_id": "TransportNode", 
  "nsx_feature": "HostSwitchSubset", 
  "properties": {
    "host_switch_config_option": {
      "$ref": "HostSwitchConfigOption, 
      "description": "This field is applicable only for a VDS based host switch and not for an NVDS based host switch. Using this field, one or more configurations from the host switch can be overridden. The remaining fields will be derived from the global host switch configuration.", 
      "readonly": false, 
      "required": true, 
      "title": "Subset of the host switch configuration"
    }, 
    "name": {
      "description": "This field represents the name of the subset of the host switch configuration under a Transport Node Profile. This field is applicable only for a VDS based host switch and not for an NVDS based host switch. This name should be unique across a specific host switch.", 
      "readonly": false, 
      "required": true, 
      "title": "Name of the tranport node profile config option", 
      "type": "string"
    }
  }, 
  "title": "Transport Node Profile sub-configuration option specification", 
  "type": "object"
}