ProviderVdcStatistic

ProviderVdcStatistic
ProviderVdcStatistic
JSON Example
{
    "id": "string",
    "pvdcId": "string",
    "updatedAt": "string",
    "hosts": 0,
    "vcpus": 0,
    "cores": 0,
    "networks": 0,
    "vapps": 0,
    "vappVms": 0,
    "contentType": "string",
    "links": "string",
    "storage": {
        "unit": "string",
        "limit": "number",
        "allocated": "number",
        "used": "number"
    },
    "cpu": {
        "unit": "string",
        "limit": "number",
        "allocated": "number",
        "used": "number"
    },
    "ram": {
        "unit": "string",
        "limit": "number",
        "allocated": "number",
        "used": "number"
    }
}
string
id
Optional

URN ID of the record

string
pvdcId
Optional

URN ID of provider VDC this relates to.

string
updatedAt
Optional

Instant when these stats were captured

integer
hosts
Optional

Number of hosts attached to this PVDC

integer
vcpus
Optional

Number of virtual CPUs attached to this PVDC

integer
cores
Optional

Number of CPU cores attached to this PVDC

integer
networks
Optional

Number of external networks attached to this PVDC

integer
vapps
Optional

Number of VApps deployed in this PVDC

integer
vappVms
Optional

Number of VMs in VApps deployed in this PVDC

string
contentType
Optional

Content-type returned by VCD (includes api version)

string
links
Optional

Http links for this entity returnd by VCD

storage
Optional

storage

cpu
Optional

cpu

ram
Optional

ram