NvdsUpgradeTopology (type)

{
  "id": "NvdsUpgradeTopology", 
  "module_id": "NvdsUpgradeReadinessCheck", 
  "properties": {
    "compute_manager_topology": {
      "items": {
        "$ref": "ComputeManagerTopology
      }, 
      "required": true, 
      "title": "All resultant VDS mapping for a NVDS after the migration", 
      "type": "array"
    }, 
    "nvds_id": {
      "required": true, 
      "title": "Identifier for a NVDS", 
      "type": "string"
    }, 
    "nvds_name": {
      "required": true, 
      "title": "Name of a NVDS", 
      "type": "string"
    }
  }, 
  "title": "NVDS to VDS mappings for migration", 
  "type": "object"
}