NSX-T Data Center REST API

DvpgAggregateInfo (type)

{
  "additionalProperties": false,
  "description": "DVPG aggregate info.",
  "id": "DvpgAggregateInfo",
  "module_id": "OverlayAdoption",
  "properties": {
    "assessment_result": {
      "$ref": "ColorCode",
      "description": "Assessment result for the resource.",
      "readonly": true,
      "required": false,
      "title": "Assessment result for the resource"
    },
    "dvpg": {
      "$ref": "Dvpg",
      "description": "DVPG details",
      "readonly": true,
      "required": false,
      "title": "DVPG details"
    },
    "migration_status": {
      "$ref": "DvpgMigrationStatus",
      "description": "DVPG migration status.",
      "readonly": true,
      "required": false,
      "title": "DVPG migration status"
    }
  },
  "title": "DVPG aggregate info",
  "type": "object"
}