PreconfiguredHostSwitchSpec (type) (Deprecated)

{
  "deprecated": true, 
  "description": "Preconfigured host switch specification is used for manually configured transport node. It is user's responsibility to ensure correct configuration is provided to NSX. This type is only valid for supported KVM fabric nodes.", 
  "extends": {
    "$ref": "HostSwitchSpec
  }, 
  "id": "PreconfiguredHostSwitchSpec", 
  "module_id": "TransportNode", 
  "polymorphic-type-descriptor": {
    "type-identifier": "PreconfiguredHostSwitchSpec"
  }, 
  "properties": {
    "host_switches": {
      "items": {
        "$ref": "PreconfiguredHostSwitch
      }, 
      "maxItems": 1, 
      "required": true, 
      "title": "Preconfigured Transport Node host switches", 
      "type": "array"
    }, 
    "resource_type": {
      "enum": [
        "StandardHostSwitchSpec", 
        "PreconfiguredHostSwitchSpec"
      ], 
      "required": true, 
      "type": "string"
    }
  }, 
  "title": "Specification of transport node preconfigured host switch", 
  "type": "object"
}