TransportNodeMemberInfo (type)

{
  "id": "TransportNodeMemberInfo", 
  "module_id": "TransportZone", 
  "nsx_feature": "NsxtOnVds", 
  "properties": {
    "compute_collection_id": {
      "readonly": true, 
      "title": "Id of the compute collection to which this transport node belongs. Empty if this is standalone transport node or non ESX type node.", 
      "type": "string"
    }, 
    "host_switches": {
      "items": {
        "$ref": "HostSwitchInfo
      }, 
      "maxItem": 1, 
      "readonly": true, 
      "title": "List of host switches using the transport zone", 
      "type": "array"
    }, 
    "transport_node_display_name": {
      "readonly": true, 
      "title": "Display name of the transport node which has one or more host switches which belong to associated transport zone.", 
      "type": "string"
    }, 
    "transport_node_id": {
      "readonly": true, 
      "required": true, 
      "title": "Id of the transport node which has one or more host switches which belong to associated transport zone.", 
      "type": "string"
    }
  }, 
  "title": "Information about participating transport nodes", 
  "type": "object"
}