LogicalConstructMigrationStats (type)

{
  "description": "Contains migration related information about logical constructs", 
  "id": "LogicalConstructMigrationStats", 
  "module_id": "Migration", 
  "properties": {
    "source_count": {
      "description": "Number of objects of source type.", 
      "readonly": true, 
      "required": false, 
      "title": "Number of objects of source type", 
      "type": "string"
    }, 
    "source_type": {
      "description": "Type of the vSphere object (e.g. dvportgroup).", 
      "readonly": true, 
      "required": false, 
      "title": "Type of the vSphere object", 
      "type": "string"
    }, 
    "target_count": {
      "description": "Number of objects of target type.", 
      "readonly": true, 
      "required": false, 
      "title": "Number of objects of target type", 
      "type": "string"
    }, 
    "target_type": {
      "description": "Type of the Policy object corresponding to the source type (e.g. Segment).", 
      "readonly": true, 
      "required": false, 
      "title": "Type of the Policy object", 
      "type": "string"
    }, 
    "vertical": {
      "description": "Functional area that this vSphere object falls into", 
      "readonly": true, 
      "required": false, 
      "title": "Functional area for the vSphere object", 
      "type": "string"
    }
  }, 
  "title": "Migration Statistics for Logical Constructs", 
  "type": "object"
}