ResourcePools

ResourcePools
ResourcePools

A list of Resource Pools

AllOf
This class requires all of the following:
JSON Example
{
    "resultTotal": 0,
    "pageCount": 0,
    "page": 0,
    "pageSize": 0,
    "associations": [
        {
            "entityId": "string",
            "associationId": "string"
        }
    ],
    "values": [
        {
            "moref": "string",
            "clusterMoref": "string",
            "name": "string",
            "vcId": "string",
            "eligible": false,
            "kubernetesEnabled": false,
            "vgpuEnabled": false
        }
    ]
}