NSX-T Data Center REST API

TransportZoneEndPoint (type) (Deprecated)

{
  "deprecated": true,
  "description": "Specify which HostSwitch from this TransportNode is used handle traffic for given TransportZone",
  "id": "TransportZoneEndPoint",
  "module_id": "TransportNode",
  "properties": {
    "transport_zone_id": {
      "description": "For MP APIs provide UUID of transport zone. For Policy APIs provide policyPath of transport zone.",
      "required": true,
      "title": "Unique ID identifying the transport zone for this endpoint",
      "type": "string"
    },
    "transport_zone_profile_ids": {
      "description": "For MP APIs provide UUID of transport zone profiles. For Policy APIs provide policyPath of transport zone profiles.",
      "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"
}