OrganizationVdcStat

OrganizationVdcStat
OrganizationVdcStat
JSON Example
{
    "id": "string",
    "ovdcId": "string",
    "instanceId": "string",
    "updatedAt": "string",
    "cores": 0,
    "networks": 0,
    "vapps": 0,
    "vappVms": 0,
    "contentType": "string",
    "links": "string",
    "allocationModel": 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
id
Optional

URN ID of the record

string
ovdcId
Optional

URN ID of provider VDC this relates to.

string
instanceId
Optional

URN of VCD instance containing this provider VDC.

string
updatedAt
Optional

Instant when these stats were captured

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

integer
allocationModel
Optional

allocation Model for vdc resource allocation

object
vcdData
Optional

Raw ProviderVdc object returned by VCD

storage
Optional

storage

vcpu
Optional

vcpu

ram
Optional

ram