TransportNodeCollectionListRequestParameters (type)

{
  "id": "TransportNodeCollectionListRequestParameters", 
  "module_id": "TransportNodeCollection", 
  "properties": {
    "cluster_moid": {
      "description": "Managed object ID of cluster in VC. vc_instance_uuid has to be provided along with this parameter otherwise it will return empty list.", 
      "required": false, 
      "title": "Managed object ID of cluster in VC", 
      "type": "string"
    }, 
    "compute_collection_id": {
      "description": "Compute collection id against which the serach will be done. If this parameter is provided then other parameters will be ignored.", 
      "required": false, 
      "title": "Compute collection id", 
      "type": "string"
    }, 
    "vc_instance_uuid": {
      "description": "This is UUID of VC deployment as seen in managed objects of VC as \"instanceUuid\". cluster_moid has to be provided along with this parameter otherwise it will return empty list.", 
      "required": false, 
      "title": "UUID for VC deployment", 
      "type": "string"
    }
  }, 
  "title": "Filter criteria for listing transport node collections.", 
  "type": "object"
}