VmAggregateInfoListResult

VmAggregateInfoListResult
VmAggregateInfoListResult

VM aggregate info list.

AllOf
This class requires all of the following:
JSON Example
{
    "_links": [
        {
            "action": "string",
            "href": "string",
            "rel": "string"
        }
    ],
    "_schema": "string",
    "_self": {},
    "cursor": "string",
    "result_count": 0,
    "sort_ascending": false,
    "sort_by": "string",
    "results": [
        {
            "errors": [
                "string"
            ],
            "migration_status": "string",
            "target_cluster_id": "string",
            "target_cluster_name": "string",
            "vm": {
                "cluster_id": "string",
                "cluster_name": "string",
                "data_center_id": "string",
                "data_center_name": "string",
                "discovered_subnets": [
                    {
                        "subnets": [
                            "string"
                        ],
                        "dvpg_id": "string",
                        "segment_path": "string"
                    }
                ],
                "host_id": "string",
                "host_name": "string",
                "id": "string",
                "name": "string"
            },
            "warnings": [
                "string"
            ]
        }
    ]
}