PreconfiguredHostSwitch (type)

{
  "description": "Preconfigured host switch is used for manually configured transport node.", 
  "id": "PreconfiguredHostSwitch", 
  "module_id": "TransportNode", 
  "properties": {
    "endpoints": {
      "items": {
        "$ref": "PreconfiguredEndpoint
      }, 
      "maxItems": 1, 
      "required": false, 
      "title": "List of virtual tunnel endpoints which are preconfigured on this host switch", 
      "type": "array"
    }, 
    "host_switch_id": {
      "readonly": false, 
      "required": true, 
      "title": "External Id of the preconfigured host switch.", 
      "type": "string"
    }, 
    "transport_zone_endpoints": {
      "description": "List of TransportZones that are to be associated with specified host switch.", 
      "items": {
        "$ref": "TransportZoneEndPoint
      }, 
      "readonly": false, 
      "required": false, 
      "title": "Transport zone endpoints.", 
      "type": "array"
    }
  }, 
  "title": "Preconfigured host switch", 
  "type": "object"
}