VmEntityListResult

VmEntityListResult
VmEntityListResult

List of VMs.

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": [
        {
            "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"
        }
    ]
}