NSX-T Data Center REST API

DvpgAndSubnetMigrationUnit (type)

{
  "additionalProperties": false,
  "description": "DVPG and subnet migration unit.",
  "id": "DvpgAndSubnetMigrationUnit",
  "module_id": "OverlayAdoption",
  "properties": {
    "dvpg_and_subnet_to_segment_migration_info_list": {
      "description": "Collection of DVPG and subnet migration to segment migration info.",
      "items": {
        "$ref": "DvpgAndSubnetToSegmentMigrationInfo"
      },
      "readonly": true,
      "required": false,
      "title": "Collection of DVPG and subnet migration to segment migration info",
      "type": "array"
    },
    "ip_subnets": {
      "$ref": "VnicIpSubnets",
      "description": "A VnicIpSubnets shared by vNICs connected to a DVPG.",
      "readonly": true,
      "required": false,
      "title": "A VnicIpSubnets shared by vNICs connected to a DVPG"
    },
    "migration_status": {
      "$ref": "DvpgAndSubnetMigrationUnitStatus",
      "description": "DVPG and subnet unit migration status.",
      "readonly": true,
      "required": false,
      "title": "DVPG and subnet unit migration status"
    },
    "vm_count": {
      "description": "Number of VMs connected to a DVPG in the subnets specified by the the property \"subnets\".",
      "readonly": true,
      "required": false,
      "title": "Number of VMs connected to a DVPG in the subnets",
      "type": "int"
    }
  },
  "title": "DVPG and subnet migration unit",
  "type": "object"
}