TransportZoneEndPoint (type)

{
  "description": "Specify which HostSwitch from this TransportNode is used handle traffic for given TransportZone", 
  "id": "TransportZoneEndPoint", 
  "module_id": "TransportNode", 
  "properties": {
    "transport_zone_id": {
      "required": true, 
      "title": "Unique ID identifying the transport zone for this endpoint", 
      "type": "string"
    }, 
    "transport_zone_profile_ids": {
      "items": {
        "$ref": "TransportZoneProfileTypeIdEntry
      }, 
      "required": false, 
      "title": "Identifiers of the transport zone profiles associated with this transport zone endpoint on this transport node.", 
      "type": "array"
    }
  }, 
  "title": "This object associates TransportNode to a certain TransportZone", 
  "type": "object"
}