ResourceCapacity

ResourceCapacity
ResourceCapacity
JSON Example
{
    "cpu": {
        "free": "number",
        "total": "number",
        "unallocated": "number",
        "unit": "string",
        "used": "number"
    },
    "datastores": [
        {
            "capacity": "number",
            "datastoreName": "string",
            "datastoreType": "string",
            "freeSpace": "number",
            "unallocated": "number",
            "unit": "string",
            "used": "number"
        }
    ],
    "hostCount": {
        "total": 0,
        "unallocated": 0,
        "used": 0
    },
    "memory": {
        "totalCapacityMB": "number",
        "usedCapacityMB": "number"
    }
}
cpu
Optional

cpu

array of Datastore
datastores
Optional

datastores

hostCount
Optional

hostCount

memory
Optional

Represents information about memory on a host