SddcStats

SddcStats
SddcStats

A read-only list of resource allocations for the associated SDDC

JSON Example
{
    "totalVMs": 0,
    "poweredOnVMs": 0,
    "cpu": {
        "numTotal": 0,
        "numUsed": 0,
        "numReserved": 0
    },
    "memory": {
        "numTotal": 0,
        "numUsed": 0,
        "numReserved": 0
    },
    "storage": {
        "numTotal": 0,
        "numUsed": 0,
        "numReserved": 0
    }
}
integer
totalVMs
Optional

Number of VMs within the SDDC.

integer
poweredOnVMs
Optional

Number of powered on VMs within the SDDC.

cpu
Optional

cpu

memory
Optional

memory

storage
Optional

storage

Availability
Added in 32.0
Property Of