VcdResourceStatistic

VcdResourceStatistic
VcdResourceStatistic

Resource Statistics for a particular instance.

JSON Example
{
    "instanceId": "string",
    "hosts": 0,
    "cores": 0,
    "networks": 0,
    "vapps": 0,
    "vappVms": 0,
    "storage": {
        "unit": "string",
        "limit": "number",
        "allocated": "number",
        "used": "number"
    },
    "vcpu": {
        "unit": "string",
        "limit": "number",
        "allocated": "number",
        "used": "number"
    },
    "ram": {
        "unit": "string",
        "limit": "number",
        "allocated": "number",
        "used": "number"
    }
}
string
instanceId
Optional

URN ID of VCD instance this relates to.

integer
hosts
Optional

Sum of the number of hosts attached to all PVDCs of this instance

integer
cores
Optional

Sum of the number of CPU cores attached to all PVDCs of this instance

integer
networks
Optional

Sum of the number of external networks attached to all PVDCs of this instance

integer
vapps
Optional

Sum of the number of VApps deployed in this instance

integer
vappVms
Optional

Sum of the number of VMs in VApps deployed in this PVDC

storage
Optional

storage

vcpu
Optional

vcpu

ram
Optional

ram