NSX-T Data Center REST API
TransportZoneInfo (type)
{ "additionalProperties": false, "id": "TransportZoneInfo", "module_id": "CloudServiceManager", "properties": { "is_underlay_transport_zone": { "readonly": true, "required": false, "title": "Flag to identify if this is the underlay transport zone", "type": "boolean" }, "logical_switches": { "items": { "$ref": "LogicalSwitchInfo }, "readonly": true, "required": false, "title": "Logical switches for the transport zone", "type": "array" }, "segments": { "description": "List of segments created on this transport zone.", "items": { "$ref": "SegmentInfo }, "readonly": true, "required": false, "title": "Segments of transport zone", "type": "array" }, "transport_zone_display_name": { "readonly": true, "required": false, "title": "Name of the transport zone", "type": "string" }, "transport_zone_id": { "readonly": true, "required": false, "title": "ID of the transport zone", "type": "string" } }, "type": "object" }